window.onload = function(){
	var Dessus=(screen.height/2)-350;
	var Gauche=(screen.width/2)-500;
	for (i=0; i<document.getElementsByTagName("*").length; i++) {
		if (document.getElementsByTagName("*").item(i).className == "lienMentions"){
			document.getElementsByTagName("*").item(i).onclick = function(){
				window.open("/style1/HTML/popUps/CDGP/MENTIONS.html", "conditionsOffre", "height=350, width=500, top="+Dessus+", left="+Gauche+", toolbar=no, menubar=no, location=no, resizable=no, scrollbars=yes, status=no");
			}
		}
	}
}
