function TestNav(page){ 
var nav='/fr/'; 
var lien0='fr/publications/index.php' 
var lien1='fr/publications/publi_officielle/index.php' 
var lien6='fr/publications/autre_publi/index.php' 
var lien2='fr/publications/nst/index.php' 
var lien3='fr/publications/colloque_sympo/index.php' 
var lien4='fr/publications/articles_comm/index.php' 
var lien5='fr/publications/theses/index.php'
var lien7='fr/publications/serviceed.php' 
switch (page) 
{ 
    case 'en' : 
   	   nav='/en/'; 
   	   break; 
    default: 
   	   nav='/fr/'; 
	   break; 
} 
document.write("<table width=\"180\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("    <tr>"); 
document.write("      <td><a href=\"/page.php?nav="+lien0+"\" target=\"_top\"\"><img src=\""+nav+"img/navig/dhtml/menu2.gif\" height=\"23\" border=\"0\"></a><a href=\"#\" onMouseOver=\"Cache('2')\"><img src=\""+nav+"img/pix.gif\" height=\"23\" border=\"0\"></a></td>"); 
document.write("    </tr>"); 
document.write("    <tr>"); 
document.write("      <td bgcolor=\"#69A7AF\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"2\"></td>"); 
document.write("    </tr>"); 
document.write("    <tr bgcolor=\"#000000\">"); 
document.write("      <td><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"1\"></td>"); 
document.write("    </tr>"); 
document.write("    <tr>"); 
document.write("      <td>"); 
document.write("        <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">"); 
document.write("          <tr bgcolor=\"#FFFFFF\">"); 
document.write("            <td>"); 
document.write("              <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"5\"></td>"); 
document.write("                  <td><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"5\"></td>"); 
document.write("                </tr>"); 
//lien1 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien1+"\" target=\"_top\" class=\"texteDHTML\">Publications officielles</a></td>"); 
document.write("                </tr>"); 
//lien6 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien6+"\" target=\"_top\" class=\"texteDHTML\">Autres publications</a></td>"); 
document.write("                </tr>"); 
//lien2 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien2+"\" target=\"_top\" class=\"texteDHTML\">Notes scientifiques</a></td>"); 
document.write("                </tr>"); 
//lien3 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien3+"\" target=\"_top\" class=\"texteDHTML\">Colloques et symposium</a></td>"); 
document.write("                </tr>"); 
//lien4 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien4+"\" target=\"_top\" class=\"texteDHTML\">Articles et communications</a></td>"); 
document.write("                </tr>"); 
//lien5 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien5+"\" target=\"_top\" class=\"texteDHTML\">Th&egrave;ses et habilitations</a></td>"); 
document.write("                </tr>"); 
//lien7 
document.write("                <tr bgcolor=\"#6884AB\">"); 
document.write("                  <td bgcolor=\"#6884AB\" align=\"center\" width=\"11\" valign=\"top\"><img src=\""+nav+"img/navig/dhtml/puce.gif\" width=\"10\" height=\"9\" vspace=\"2\"></td>"); 
document.write("                  <td><a href=\"/page.php?nav="+lien7+"\" target=\"_top\" class=\"texteDHTML\">Service &eacute;dition</a></td>"); 
document.write("                </tr>"); 
document.write("              </table>"); 
document.write("            </td>"); 
document.write("          </tr>"); 
document.write("        </table>"); 
document.write("      </td>"); 
document.write("    </tr>"); 
document.write("  </table>"); 
} 
