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

