window.onerror=null;
function displayBanners() {
TheNewWin = window.open("banners/","banners",'height=680,width=500,left=300,top=90,screenX=200,screenY=50,toolbar=0,location=0,directories=0,status=0,menuBar=0,resizable=1');
TheNewWin.focus();
}
function displayLegal() {
TheNewWin = window.open("legal.php","legal",'height=480,width=620,left=30,top=10,screenX=200,screenY=50,toolbar=0,location=0,directories=0,status=0,menuBar=0,resizable=1');
TheNewWin.focus();
}
function displayFight() {
TheNewWin = window.open("fight.php","fight",'height=730,width=580,left=30,top=10,screenX=200,screenY=50,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollbars=1,resizable=1');
y=770;
if (y+20 > screen.availHeight) y=screen.availHeight-20;
TheNewWin.resizeTo(580,y);
TheNewWin.focus();
}
function bonus(idfrom) {
if (!idfrom) {
NewWin=window.open('images/bonusday/','bonus','width=624,height=612,left=10,top=2,menubar=0,status=0,scrollbars=yes,resizable=0');
y=682;
}
else {
NewWin=window.open('images/bonusday/','bonus','width=624,height=542,left=10,top=2,menubar=0,status=0,scrollbars=yes,resizable=0');
y=612;
}
if (y+10 > screen.availHeight) y=screen.availHeight-10;
NewWin.resizeTo(634,y);
NewWin.window.focus();
}