function openContact(){
	window.open('/includes/03_modules/contact.asp','contact','width=300,height=130,scrollbars=yes');
}

function openMention(){
	window.open('/includes/03_modules/mentions.asp','Mention','width=400,height=500,scrollbars=yes');
}

function openPlan(){
		window.open("plan.asp","plan","width=450,height=520");
}
