var win=null;

onerror = stopError;
function stopError(){
	return true;
}

// main folder popup window
function lasthits(){
	myleft=(screen.width)?(screen.width-1018)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=1008,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 create_archive(){
	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("archive.php","archive",settings);
	win.focus();
}
function show_archive(){
	myleft=(screen.width)?(screen.width-1018)/2:100;mytop=(screen.height)?(screen.height-850)/2:100;
	settings="width=1008,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("index.php","index",settings);
	win.focus();
}

// config folder popup window
function admin_center(url) 
{ 
 var breite=1003; var hoehe=760; var positionX=((screen.availWidth / 2) - breite / 2); var positionY=((screen.availHeight / 2) - hoehe / 2); 
 pop=window.open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000'); pop.resizeTo(breite,hoehe); pop.moveTo(positionX,positionY); pop.location=url;
}
function sysinfo(){
	myleft=(screen.width)?(screen.width-838)/2:100;mytop=(screen.height)?(screen.height-700)/2:100;
	settings="width=828,height=650,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("../sysinfo.php","sysinfo",settings);
	win.focus();
}
function patternedit(){
	myleft=(screen.width)?(screen.width-800)/2:100;mytop=(screen.height)?(screen.height-580)/2:100;
	settings="width=790,height=525,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("edit_site_name.php","patternedit",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 delete_archive(){
	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("../func/func_archive_delete.php","del_archive",settings);
	win.focus();
}
function restart(){
	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=no,menubar=no,toolbar=no,resizable=yes,dependent=yes";
	win=window.open("reset.php","reset",settings);
	win.focus();
}