// function popUpNav(theURL){ var win= window.open(theURL,'popUpNav','width=630,height=400,screenX=100,screenY=100,scrollbars=yes'); win.focus(); } function popupwindow(theURL,sname,params){ var win= window.open(theURL,sname,params); win.focus(); }