function displayPopup(url,name,width,height) { if (! window.focus)return true; settings= "toolbar=yes,location=yes,directories=yes,"+ "status=no,menubar=no,scrollbars=yes,"+ "resizable=yes,width="+width+",height="+height; window.open(url,name,settings); } function mypopup() { if (! window.focus)return true; mylink='http://www.microway.com.au/rewards/rewards_popup_gen.htm'; window.open(mylink, 'win3', 'width=600,height=540,scrollbars=yes'); return false; }