// JavaScript Document
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,"kazaap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,left=100,top=30,x=1,y=1,width=750,height=575");
}

