// JavaScript Document
function popMentionshome() {
	popM = window.open("mentionsLegales.html","ML","width=350,height=400,top=50,left=50,scrollbars=yes");
	popM.focus();
}

function popMentions() {
	popM = window.open("../mentionsLegales.html","ML","width=350,height=400,top=50,left=50,scrollbars=yes");
	popM.focus();
}
