// JavaScript Document Error safe
<!--
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) { email = window.open(url,"eMail","toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=550,height=400"); }
//-->