<!-- hide this script from non-javascript-enabled browsers
var otherOnesk=null;

function popUpWindowk(theURL,winName,k) {
        k='WIDTH=620,HEIGHT=513,top=10,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();
}
//-->
