function errorSafe() {return true;} window.onerror = errorSafe; function newWin(url,name,rs,sc,mn,tl,lo,wd,hi) { openWindow = window.open(url,name,'resizable='+rs+',scrollbars='+sc+',menubar='+mn+',toolbar='+tl+',location='+lo+',width='+wd+',height='+hi); } name.window="menu" function open_window(url, ht, wd) { poll=window.open(url,"poll",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=yes,width='+wd+',height='+ht); }