var win=null;

onerror = stopError;
function stopError(){
	return true;
}

function lasthits(){
	myleft=(screen.width)?(screen.width-1008)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=998,height=810,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-470)/2:100;mytop=(screen.height)?(screen.height-320)/2:100;
	settings="width=440,height=260,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no,dependent=yes";
	win=window.open("cache_panel.php","cache",settings);
	win.focus();
}
function lasttime(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,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();
}
function admin_de(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=de","admin",settings);
	win.focus();
}
function admin_en(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=en","admin",settings);
	win.focus();
}
function admin_nl(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=nl","admin",settings);
	win.focus();
}
function admin_it(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=it","admin",settings);
	win.focus();
}
function admin_sp(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=sp","admin",settings);
	win.focus();
}
function admin_fa(){
	myleft=(screen.width)?(screen.width-998)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=988,height=810,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("config/admin.php?lang=fa","admin",settings);
	win.focus();
}