// JavaScript Document

function openPop(url,largr,hautr){	
	var posX = (screen.width / 2) - (largr / 2);
	window.open(url,"","menubar=no, status=no, scrollbars=yes, menubar=no, width="+largr+", height="+hautr+", left="+posX+", top=250");
}

function mentions(){	
	openPop('php/credits.php',360,300);
}

function gmap(){
	openPop('php/gmap.php',680,550);
}

function initBody(){
	top.moveTo(0,0);
	top.resizeTo(window.screen.availWidth, window.screen.availHeight );
}