var siteurl = "pirate-galaxy.gamigo.fr"

if ((window.location.host != siteurl) && (window.location.host != siteurl1) && (window.location.host != siteurl2) && (window.location.host != siteurl3)) {
	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;
}
