<!-- hide this script from non-javascript-enabled browsers
var otherOnes=null;
function popUpWindow(theURL,winName,k) {
        k='WIDTH=635,HEIGHT=425,top=10,left=10,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnes=window.open(theURL,winName,k);
        if (otherOnes.open && !otherOnes.closed) otherOnes.focus();
}

var otherOnesj=null;
function popUpWindowj(theURL,winName,j) {
        j='WIDTH=425,HEIGHT=635,top=0,left=5,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();
}
//-->