function TestNav(page){ 
var nav='/fr/'; 
var lien0='fr/formation/index.php' 
var lien1='fr/formation/cours/index.php' 
var lien2='fr/formation/enseignement/index.php' 
var lien3='fr/formation/ufe/index.php' 
var lien4='fr/formation/stages/index.php' 
var lien5='fr/formation/initobs/index.php' 
var lien6='fr/formation/seminaires/index.php' 
switch (page) 
{ 
    case 'en' : 
   	   nav='/en/'; 
   	   break; 
    default: 
   	   nav='/fr/'; 
	   break; 
} 
document.write("<table width=\"185\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"); 
document.write("    <tr>"); 
document.write("      <td align=\"right\"><a href=\"/page.php?nav="+lien0+"\" target=\"_top\"\"><img src=\""+nav+"img/navig/dhtml/menu5.gif\" width=\"145\" 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\" valign=\"top\"><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\">Cours d'astronomie</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\">Master & Th&egrave;ses</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\">Formation des enseignants</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\">Stages &eacute;tudiants / ing&eacute;nieurs</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\">Initiation &agrave; l'observation</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\">S&eacute;minaires et conf&eacute;rences</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>"); 
} 
