function menu(){

ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

//winW = (ns4)? window.innerWidth-16 : document.body.offsetWidth-20
winH = (ie4)? document.body.offsetHeight : window.innerHeight

document.write('<TABLE HEIGHT="100%" BORDER=0 CELLSPACING=0><TD WIDTH=142 HEIGHT="'+ winH +'" NAME="MENU" BGCOLOR=RED valign=top');
document.write(' ALIGN=LEFT><TABLE HEIGHT="' + winH + '" BORDER=0 CELLSPACING=0>');
document.write('<TD valign=top height=50><img src="../grafics/cis.gif" height="50" width="150"><BR></TD</TR><TR>');
document.write('<TD height=100%><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="142" hHEIGHT="100%" align=center >');
document.write('<TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="../inici.htm"><IMG NAME="Inici" SRC="../grafics/inici.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="../quisom.htm"><IMG NAME="Qui som?" SRC="../grafics/quisom.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="index.htm"><IMG NAME="Insurgent" SRC="../grafics/insurgen.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="../campanye.htm"><IMG NAME="Campanyes" SRC="../grafics/campanyes.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="../agenda.htm"><IMG NAME="Agenda" SRC="../grafics/agenda.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1" WIDTH="142" HEIGHT="30">');
document.write('<A href="../nexes.htm"><IMG NAME="Enllaços" SRC="../grafics/nexes.gif" WIDTH="142" HEIGHT="30" align=center ');
document.write('BORDER="0"></A></TD></TR></TABLE></TD</TR><TR><TD valign=bottom><img src="../grafics/logo.jpg" height=168 width=150>');
document.write('</TD></TABLE><TD WIDTH=100% NAME="CONTINGUTS" align=center valign=middle>');
document.write('<CENTER><TABLE WIDTH=620 HEIGHT=100% align=center valign=middle><TD width=100% bgcolor=lightyellow valign=middle>');

}

function fi(){
document.write('</TD></TABLE></CENTER>');
}
