<!--
function Open_Window(theURL,winName,features) { //v2.0
myWin=window.open(theURL,winName,features);
myWin.window.moveTo(50,50);
myWin.window.focus();
}//-->