var siteurl = "levelr.gamigo.fr";

//##var siteurl2 = "smash-online.sat1.de"
if ((window.location.host != siteurl) && (window.location.host != siteurl1) && (window.location.host != siteurl2) && (window.location.host != siteurl3) && (window.location.host != siteurl4) && (window.location.host != siteurl5) && (window.location.host != siteurl6) && (window.location.host != siteurl7) && (window.location.host != siteurl8) && (window.location.host != siteurl9) && (window.location.host != siteurl10)) {
	window.location = "http://" + siteurl + window.location.pathname + window.location.search;
}

function showscreen(dir,it) {
var a = "/showscreen.php?screen=" + dir + "/" + it
var b = dir + it
var c = "scrollbars=no,resizable=no,width=640,height=480";
window.open(a,b,c);
}

function showpage(it,maxscreens) {
var a = "/showpage.php?page=" + it;
var b = it;
var c = "scrollbars=yes,resizable=yes,width=736,height=518";
window.open(a,b,c);
}

function formdisplay(type,dis)
{
	if (dis == "1")
	{
		show = "";
	}
	else
	{
		show = "none";
	}
	
	document.getElementById(type).style.display = show;
}