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=\"253\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\""+nav+"img/dhtml/fond.gif\">");
document.write("    <tr>");
document.write("      <td><img src=\""+nav+"img/dhtml/haut.gif\" width=\"253\"></td>");
document.write("    </tr>");
document.write("    <tr background=\""+nav+"img/dhtml/fond.gif\"> ");
document.write("      <td>");
document.write("        <table width=\"253\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\""+nav+"img/pix.gif\">");

//lien 1
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\"><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td><a href=\"#\" class=\"dhthml\">Les jeunes sociétaires de la SFEN</a></td>");
document.write("          </tr>");

//lien 2
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\"> <img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td><a href=\"#\" class=\"dhthml\">Le Club Jeune Génération</a></td>");
document.write("          </tr>");

//lien 3
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\"> <img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td><a href=\"#\" class=\"dhthml\">Spécial exposés,TIPE</a></td>");
document.write("          </tr>");

//lien 4
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\"> <img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td><a href=\"#\" class=\"dhthml\">Les activités communes</a></td>");
document.write("          </tr>");

document.write("        </table>");
document.write("      </td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td><img src=\""+nav+"img/dhtml/bas.gif\" width=\"253\" height=\"8\"></td>");
document.write("    </tr>");
document.write("  </table>");
}