

function mailumpt(departement,site) {
fenetre=window.open("","courriel2","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=no,resizable=1,width=300,height=150,innerWidth=300,innerHeight=150");
fenetre.moveTo( ( screen.availWidth - 300 ) / 2 , (screen.availHeight - 150 ) /2 );
fenetre.document.write("<html><head><title>Contacter les services du Congrès</title>");
fenetre.document.write("<style type=text/css><!--a {text-decoration: underlined; color : #FFFFFF; font-weight: bold} a:hover {text-decoration: none; color : #FFFFFF; font-weight: bold} p {  font-family: Arial, Verdana, Helvetica; font-size: 12pt; color: #FFFFFF} .petit {font-size: 9pt;}-->");
fenetre.document.write("</style><script language=javascript type=text/javascript>");
fenetre.document.write("setTimeout(\'window.close()\',10000)</script></head>");
fenetre.document.write("<body bgcolor=#006600>");
fenetre.document.write("<p align=center>For more information<br>concerning The UMPT2006 Congress,<br>");
fenetre.document.write("<a href=mailto:"+departement+"@"+site+"?subject=UMPT%202008%20More%20information,%20Please>Click here</a></p>");
fenetre.document.write("<p align=center class=petit>Hôpital Arnaud de Villeneuve<br>Tél. 33 (0)4 6733 6117</p></body></html>");
}

function popup(nom) {
fenetre=window.open("",nom,"toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=1,width=500,height=400,innerWidth=500,innerHeight=400");
fenetre.moveTo( ( screen.availWidth - 500 ) / 2 , (screen.availHeight - 400 ) /2 );
}
