function popup(pagechoisie) {
	switch (pagechoisie) {
		case 1 :
		launchPopup('./Pages/contacts.htm','Mentions L&eacute;gales',420,300);
		break;
				
		case 2 :
		launchPopup('./Pages/legal.htm','Mentions L&eacute;gales',430,550);
		break;
	}
	
}
