function envoicourrier(a, b, c){
 MailWindow = window.open("mailto:" + a + "@" + b + "." + c);  
 if(MailWindow != null) { MailWindow.close(); }
}


function contact1(loc)
{
fen=open ("", "fen1", "width=408, height=480");
fen.location.href=loc;
fen.document.close();
fen.focus(); 		    		
}

function contact2(loc)
{
fen=open ("", "fen1", "width=408, height=320");
fen.location.href=loc;
fen.document.close();
fen.focus(); 		    		
}

