var popup;
function open_ami(){
		popup = window.open("pop_ami.php","pop_ami","width=355,height=340,left=200,top=200,scrollbars=no,status=no,resizable=no");
		popup.window.focus();
	}

function open_contact(){
		popup = window.open("pop_contact.php","pop_contact","width=355,height=340,left=200,top=200,scrollbars=no,status=no,resizable=no");
		popup.window.focus();
	}

function open_qui(){
		popup = window.open("qui_sommes_nous.php","pop_acces","width=650,height=575,left=100,top=50,scrollbars=no,status=no,resizable=yes");
		popup.window.focus();
	}

	
function open_mentions(){
		popup = window.open("mentions.php","pop_mention","width=650,height=550,left=50,top=50,scrollbars=yes,status=yes,resizable=yes");
		popup.window.focus();
	}
	
