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

function popUpWindow(theURL,winName,k) {
        k='WIDTH=610,HEIGHT=610,top=5,left=5,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();
}
//-->