function win(url,w,h){window.open(url, "winop", "width="+w+",height="+h+",left=10,top=10,scrollbars=yes");} function PUW_CheckFrequency(){ var Show = 0; var allCookies = document.cookie; var start = allCookies.indexOf("PUWCount="); if (start==-1){ Show = 1; var exp = new Date(); exp.setTime(exp.getTime()+24*60*60000); document.cookie = "PUWCount=1"+ "; expires=" + exp.toGMTString(); }return Show;} function HomeAdd(){ var Home=PUW_CheckFrequency(); if(Home==1) setTimeout('formAdd.ok.click()',2000); }