function popupContact(){

	var w = 550;
	var h = 453;

	var fen = window.open('/fr/popup_contact.htm', 'Contact', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}

function popupNl(){

	var w = 550;
	var h = 453;

	var fen = window.open('/fr/popup_nl.htm', 'Lettre', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}

function popupSavoir(){

	var w = 550;
	var h = 453;

	var fen = window.open('/fr/popup_savoir.htm', 'Renseignement', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}

function popupMentions(){
	var w = 550;
	var h = 453;
	var fen = window.open('/fr/popup_mentions.htm', 'Mentions', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}



function popupGalerie(){

	var w = 550;
	var h = 453;

	var fen = window.open('/fr/popup_album.htm', 'Renseignement', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}

function popupRecommande(){
	var w = 550;
	var h = 453;

	var fen = window.open('/fr/popup_r_recommande.htm', 'Recommander', 'width='+ w +', height='+ h +',scrollbars=no,top='+((screen.height/2)-(h/2))+',left='+((screen.width/2)-(w/2)));
	fen.focus;
}




