function openWindow(src,name) { window.open(src+'.html',name,'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,left=300,top=150,width=472,height=350'); } function dotComPopUp(theURL, theWidth, theHeight) { window.open(theURL, "", "width=" + theWidth + ", height=" + theHeight + ", resizable=1, scrollbars=1"); } function openPopup(theURL, name) { newwindow = window.open(theURL, name, 'toolbar=no,location=0,0,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=625,height=450,screenX=100,screenY=100,left=100,top=100'); newwindow.focus(); }