function TestNav(page){ 
var nav='/fr/'; 
var lien0='fr/observateur/index.php' 
var lien1='fr/observateur/s2p/index.php' 
var lien2='fr/observateur/s2a/index.php' 
var lien3='fr/observateur/campagnes_obs/index.php' 
var lien4='fr/observateur/analyse/index.php' 
var lien5='fr/observateur/support/index.php' 
 
switch (page) 
{ 
    case 'en' : 
   	   nav='/en/'; 
   	   break; 
    default: 
   	   nav='/fr/'; 
	   break; 
} 
document.write("<table 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/menu4.gif\" height=\"23\" border=\"0\"></a><a href=\"#\" onMouseOver=\"Cache('4')\"><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 border=\"0\" cellspacing=\"0\" cellpadding=\"1\">"); 
document.write("          <tr bgcolor=\"#FFFFFF\">"); 
document.write("            <td>"); 
document.write("              <table width=\"200\" 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\">Station de plan&eacute;tologie des Pyr&eacute;n&eacute;es</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\">Station d'astrom&eacute;trie des Alpes</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\">Campagnes d'observation</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\">Analyse des observations</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\">Support observationnel</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>"); 
} 
