function Pop(theURL, w, h){newWin=window.open(theURL,"popupwin","width="+w+",height="+h+",menubar=no,toolbar=no,status=1,resizable=no,scrollbars=no"); newWin.focus();}