// JavaScript Document

function openPop(url,largr,hautr){	
	var posX = (screen.width / 2) - (largr / 2);
	window.open(url,"","menubar=no, toolbar=no, status=no, location=no, scrollbars=yes, directories=no, status=no, menubar=no, width="+largr+", height="+hautr+", left="+posX+", top=250");
}


function mentions(){	
	openPop('php/credits.htm',380,460);
}

function gmap(){
	openPop('php/gmap.htm',640,480);
}

function partenaires(){
	openPop('php/partenaires.htm',360,360);
}

function initBody(){
	top.moveTo(0,0);
	top.resizeTo(window.screen.availWidth, window.screen.availHeight );
}