var win=null;

onerror = stopError;
function stopError(){
	return true;
}

function lasthits(){
	myleft=(screen.width)?(screen.width-1030)/2:100;mytop=(screen.height)?(screen.height-750)/2:100;
	settings="width=1000,height=690,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("last_hits.php","lasthits",settings);
	win.focus();
}
function cache(){
	myleft=(screen.width)?(screen.width-530)/2:100;mytop=(screen.height)?(screen.height-310)/2:100;
	settings="width=500,height=250,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no,dependent=yes";
	win=window.open("delete_cache.php","cache",settings);
	win.focus();
}
function lasttime(){
	myleft=(screen.width)?(screen.width-1030)/2:100;mytop=(screen.height)?(screen.height-750)/2:100;
	settings="width=1000,height=690,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("archive.php","archive",settings);
	win.focus();
}
