
function Section( titre, fichier )
{
document.write( "<TR><TD WIDTH=\"75%\" VALIGN=\"TOP\" COLSPAN=3 HEIGHT=23><P><FONT SIZE=2><B>"+titre+"</B></FONT></TD><TD WIDTH=\"20%\" VALIGN=\"TOP\" HEIGHT=23><P><A HREF=\""+fichier+".htm\"><FONT SIZE=2>"+fichier+"</FONT></A></TD></TR>" )
}

function Section1( ancre, titre, fichier )
{
document.write("<TR><TD WIDTH=\"10%\" VALIGN=\"TOP\" HEIGHT=23>");
flecheHAUT();
document.write( "</TD><TD WIDTH=\"71%\" VALIGN=\"TOP\" COLSPAN=2 HEIGHT=23><P><FONT SIZE=2><B><A NAME=\""+ancre+"\"></A>\""+titre+"\"</b></FONT></TD><TD WIDTH=\"25%\" VALIGN=\"TOP\" HEIGHT=23><P><A HREF=\""+fichier+".htm\"><FONT SIZE=2>"+fichier+"</FONT></A></TD></TR>" )
}

function Page( titre, fichier )
{
document.write( "<TR><TD WIDTH=\"15%\" VALIGN=\"TOP\" COLSPAN=2 HEIGHT=23><P></P></TD><TD WIDTH=\"60%\" VALIGN=\"TOP\" HEIGHT=23><FONT SIZE=2><P>"+titre+"</FONT></TD><TD WIDTH=\"20%\" VALIGN=\"TOP\" HEIGHT=23><P><A HREF=\""+fichier+".htm\"><FONT SIZE=2>"+fichier+"</FONT></A></TD></TR>" )
}

function PagePP( titre, fichier )
{
document.write( "<TR><TD WIDTH=\"15%\" VALIGN=\"TOP\" COLSPAN=2 HEIGHT=23><P></P></TD><TD WIDTH=\"60%\" VALIGN=\"TOP\" HEIGHT=23><FONT SIZE=2><P>"+titre+"</FONT></TD><TD WIDTH=\"20%\" VALIGN=\"TOP\" HEIGHT=23><P><SCRIPT LANGUAGE=\"JavaScript\">WinPopup(\"popup/"+fichier+".htm\",\""+fichier+"\",\"650\",\"500\")</SCRIPT></FONT></A></TD></TR>" )
}

function ListPho( ref, origine, page, legende )
{
document.write("<TR VALIGN=\"bottom\"><TD>"+ref+"</TD><TD>"+origine+"</TD><TD><A HREF=\""+page+".htm\">"+page+"</A></TD><TD><I>"+legende+"</I></TD></TR>");
}


