function OuvrirFenetreContact(objet) {
Fenetre=window.open("","contact","width=450,height=490,toolbar=0,status=0,directories=0,scrollbars=0,resizable=1");
Fenetre.document.write("<html><head><style type=text/css><!--a:hover {text-decoration: none; color : #000000} p {  font-family: Arial, Verdana, Helvetica; font-size: 10pt; color: #FFFFFF}-->");
Fenetre.document.write("</style><title>MEDIFLUX - demande d'informations</title></head>");
Fenetre.document.write("<body bgcolor=#FFFFFF link=#FFFFFF vlink=#FFFFFF>");
Fenetre.document.write("<div align=center><center><table border=1 bgcolor=#009999 bordercolor=#00FF99 cellpadding=0 cellspacing=0 width=420><tr><td>");
Fenetre.document.write("<div align=center><center><table width=100% cellspacing=0 cellpadding=0><tr valign=top><td><p align=left>&nbsp;<br>&nbsp;&nbsp;&nbsp;<img src=images/contact-icone.jpg></td><td><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MEDIFLUX<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15 bis rue de la République - 94360 Bry-sur-Marne<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tel : 331 47 06 42 53 - fax : 331 47 06 70 54<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contactez-nous<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* = champs obligatoires<br>&nbsp;</p></td></tr></table></center></div>");
Fenetre.document.write("<div align=center><center><table border=0 cellpadding=0 cellspacing=0 width=90%><tr><td>");
Fenetre.document.write("<p><form method=post action=mailto:Michel.Godard&#064;paris.net?subject=MEDIFLUX:&nbsp;"+ objet+" name=contact enctype=text/plain>");
Fenetre.document.write("<p>Nom* :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type=text name=name size=30></p>");
Fenetre.document.write("<p>Objet :&nbsp;&nbsp;&nbsp;&nbsp; <input type=text size=40 name=subject value="+ objet+"></p>");
Fenetre.document.write("<p>Courriel :&nbsp; <input type=text name=email size=30></p>");
Fenetre.document.write("<p>Adresse Professionnelle* :&nbsp; <input type=text name=adresse size=30></p>");
Fenetre.document.write("<p>Téléphone filaire* :&nbsp; <input type=text name=phone size=30></p>");
Fenetre.document.write("<div align=center><center><p><textarea name=message rows=8 cols=30></textarea></p>");
Fenetre.document.write("<p><input type=submit name=send value=Envoyer>&nbsp;&nbsp;&nbsp;&nbsp;<input type=reset name=reset value=Annuler>&nbsp;&nbsp;&nbsp;&nbsp;<a href=# onclick=window.close()><b>Fermer la fenêtre</b></a></p>");
Fenetre.document.write("</form></td></tr></table></center></div></td></tr></table></center></div>");
Fenetre.document.write("</body>");
Fenetre.document.write("</html>");
}
