function AdPopup(URL,ww,hh) {form=document.forms[0]; opts = 'width=' + ww + ',height=' + hh + ',scrollbars=1,resizable,location,menubar,toolbar'; popupWin=window.open( URL,'Window', opts); popupWin.focus();}
