
function affiche_msn_contact(){
	msn = new Window({className: "mac_os_x", width:500, height:450, destroyOnClose: true, resizable:false, hideEffect:Effect.Fade, showEffect: Effect.Appear}); 
	msn.setURL("./invit_msn.php");
	msn.showCenter(true, 50); 
}
