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=\"203\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\""+nav+"img/dhtml/fond203.gif\">");
document.write("    <tr>");
document.write("      <td><img src=\""+nav+"img/dhtml/haut203.gif\" width=\"203\" height=\"8\"></td>");
document.write("    </tr>");
document.write("    <tr background=\""+nav+"img/dhtml/fond203.gif\"> ");
document.write("      <td>");
document.write("        <table width=\"203\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\""+nav+"img/pix.gif\">");

//lien 1
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/vendryes.htm\" class=\"dhthml\">L'Europe et l'énergie nucléaire civile</a></td>");
document.write("          </tr>");

//lien 2
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/Débat_8pages.pdf\" class=\"dhthml\">Le nucléaire et l'approvisionnement en énergie</a></td>");
document.write("          </tr>");

//lien 3
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/bouchard.htm\" class=\"dhthml\">Le nucléaire et l'approvisionnement énergétique de demain</a></td>");
document.write("          </tr>");

//lien 4
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/perspect.pdf\" class=\"dhthml\">France : perpectives énergétiques pour 2050</a></td>");
document.write("          </tr>");

//lien 5
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/Nifenecker.pdf\" class=\"dhthml\">Un combustible nucléaire redécouvert : le thorium</a></td>");
document.write("          </tr>");

//lien 6
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/tulenko.htm\" class=\"dhthml\">Energie nucléaire et environnement</a></td>");
document.write("          </tr>");

//lien 7
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/economie.htm\" class=\"dhthml\">Economie de l'énergie nucléaire</a></td>");
document.write("          </tr>");

//lien 8
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/bal.htm\" class=\"dhthml\">La production d'électricité à partir des sources renouvelables</a></td>");
document.write("          </tr>");

//lien 9
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"eolienne.pdf\" class=\"dhthml\">L'énergie éolienne</a></td>");
document.write("          </tr>");

//lien 10
document.write("          <tr> ");
document.write("            <td width=\"15\" align=\"center\" valign=\"top\"><img src=\""+nav+"img/pix.gif\" width=\"4\" height=\"4\"><br><img src=\""+nav+"img/dhtml/puce.gif\"></td>");
document.write("            <td height=\"18\" width=\"188\"><a href=\""+nav2+"energie/boismai2006.pdf\" class=\"dhthml\">Le bois, énergie renouvelable</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/bas203.gif\" width=\"203\" height=\"8\"></td>");
document.write("    </tr>");
document.write("  </table>");
} 