<!-- hide this script from non-javascript-enabled browsers
var otherOnesj=null;

function popUpWindowj(theURL,winName,j) {
        j='WIDTH=500,HEIGHT=750,top=0,left=10,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnesj=window.open(theURL,winName,j);
        if (otherOnesj.open && !otherOnesj.closed) otherOnesj.focus();
}
//-->
