header('Content-Type: text/html; charset=UTF-8');
function openindex()
      {
OpenWindow=window.open("", "newwin", "height=600, width=800,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Les 4 Faces de LIE</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=pink>")
OpenWindow.document.write("<br>Hello!</br>")
OpenWindow.document.write("<br><div style="text-align: center;"><img style="width: 659px; height: 609px;" alt="Schema de l'IE" src="images/schema_IE.png"><br>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")

OpenWindow.document.close()
self.name="main"
     }
function mailinfo()
{
mail_str = "mailto:%69%6E%66%6F%40%6D%70%73%65%72%76%69%63%65%73%2E%63%68?subject=Regarde cette page " + document.title;
mail_str += "&body=Sur le site XHTML CSS : http://xhtml.css.free.fr/ , ce document peut t'intéresser : " + document.title;
mail_str += " est disponible ŕ l'adresse: " + location.href; 
location.href = mail_str;
}

}
function JPHBmailcont()
{
mail_str = "mailto:%63%6F%6E%74%61%63%74%40%62%61%75%65%72%6D%65%69%73%74%65%72%2D%76%69%6E%73%2E%63%6F%6D?subject=CONTACT";
mail_str += "&body= " + "%0A%0A" + "%0A" ;
mail_str += "%0A%0A" + "%0A" + " source:  " + location.href ;  
location.href = mail_str;
}
function jphbmail()
{
mail_str = "mailto:%63%6F%6E%74%61%63%74%40%62%61%75%65%72%6D%65%69%73%74%65%72%2D%76%69%6E%73%2E%63%6F%6D?subject=CONTACT";
}
function MImailcont()
{
mail_str = "mailto:%69%6E%66%6F%40%6D%70%73%65%72%76%69%63%65%73%2E%63%68?subject=CONTACT";
mail_str += "&body= " + "%0A%0A" + "%0A" ;
mail_str += "%0A%0A" + "%0A" + " source:  " + location.href ;  
location.href = mail_str;
}
