function TestNav(page){
var nav;

switch (page)
{
	case "1" :   
		nav='../../../';
		nav2='../../';
		break;
	case "2" :   
		nav='../../../../';
		nav2='../../../';
		break;
	default:   
		nav='../../';
		nav2='../';
		break;
}

document.write("<table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("  <tr> ");
document.write("    <td height=\"14\" background=\""+nav+"img/gauche/fond3.gif\"><img src=\"../../img/pix.gif\" width=\"1\" height=\"14\"></td>");
document.write("    <td colspan=\"6\" height=\"14\"><img src=\""+nav+"img/pix.gif\" width=\"1\" height=\"14\"></td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#4B7FB5\"> ");

document.write("    <form method=\"post\" action=\"\" name=\"rubrique\">");
document.write("      <td class=\"rub\" height=\"25\" valign=\"middle\" width=100> <span class=\"rub\"> ");
document.write("        <select name=\"general\" class=\"rub\" onChange=gone() >");

//Menu déroulant
document.write("          <option value=\"#\" selected>Rubriques G&eacute;n&eacute;rales</option>");
document.write("          <option value=\""+nav2+"sfen/message.htm\">Qu'est-ce que la SFEN</option>");
document.write("          <option value=\""+nav2+"industrie/sommaire.htm\">Industrie nucl&eacute;aire - FAF</option>");
document.write("          <option value=\""+nav2+"calendrier/calendrier.htm\">Calendrier international</option>");
document.write("          <option value=\""+nav2+"metiers/sommaire.htm\">Les m&eacute;tiers du nucl&eacute;aire</option>");
document.write("          <option value=\""+nav2+"docu/sommaire.htm\">Documentation</option>");
document.write("          <option value=\""+nav2+"liensp/lienprivi.htm\">Liens privil&eacute;gi&eacute;s</option>");
document.write("          <option value=\""+nav2+"liensg/liengene.htm\">Liens g&eacute;n&eacute;raux</option>");
document.write("          <option value=\""+nav2+"glossaire/glossaire.htm\">Glossaire</option>");
document.write("          <option value=\""+nav2+"recherche/rech.htm\">Recherche par mots-cl&eacute;s</option>");
document.write("          <option value=\""+nav2+"plan/sitesfen.htm\">Contenu du site</option>");
document.write("          <option value=\""+nav2+"contacts/contact.htm\">Contacts</option>");
document.write("        </select>");
document.write("        </span> </td>");
document.write("      <td height=\"25\"  width=25 valign=\"middle\" align=\"center\"> <a href=\"#\"><img src=\""+nav+"img/ok.gif\" width=\"18\" height=\"16\" border=\"0\"></a> ");
document.write("      </td>");
//document.write("      <td height=\"25\">&nbsp;</td>");  

//Prochaine Manifestation
document.write("      <td height=\"25\" align=\"right\"><img src=\""+nav+"img/fleche.gif\" width=\"6\" height=\"8\" border=\"0\"><a href=\""+nav2+"calendrier/calendrier.htm\" class=\"liensblanc\">Prochaines  manifestations</a></td>");

//Section technique
document.write("      <td height=\"25\" align=\"right\"><img src=\""+nav+"img/fleche.gif\" width=\"6\" height=\"8\" border=\"0\"><a href=\""+nav2+"section/sommaire.asp\" class=\"liensblanc\">Sections techniques</a></td>");

//Groupes régionaux
document.write("      <td height=\"25\" align=\"right\"><img src=\""+nav+"img/fleche.gif\" width=\"6\" height=\"8\" border=\"0\"><a href=\""+nav2+"groupes/sommaire.asp\" class=\"liensblanc\">Groupes r&eacute;gionaux</a></td>");

//Groupes trasverses
document.write("      <td height=\"25\" align=\"right\"><img src=\""+nav+"img/fleche.gif\" width=\"6\" height=\"8\" border=\"0\"><a href=\""+nav2+"groupements/sommaire.asp\" class=\"liensblanc\">Groupes transverses</a></td>");
document.write("    </form>");
document.write("  </tr>");
document.write("</table>");

}