<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
bodyWidth=(IE)?document.body.offsetWidth-25:window.innerWidth-25
YOffset=25; // no quotes!!
barWidth=18; // no quotes!!
//XOffset=Math.floor(bodyWidth/2+barWidth/2-.35*bodyWidth)-1; // no quotes!!
XOffset=3;// no quotes!!
staticYOffset=25; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=185; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Tahoma";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#99FF66";
//hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
//hdrHeight="2";
linkFontFamily="Tahoma";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_self";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Tahoma";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barText='MENU - CES'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="../../images/grid1.gif" WIDTH="9" HEIGHT="9" BORDER=0 ALT="">'
///////////////////////////

// the menu items
addHdr(mnu1, 1, "");
addItem(mnu11, "../present/index.php","")
addHdr(mnu2, 1, "");
addItem(mnu15, "../activitats/index.php","")
addItem(mnu16, "../galerianova/index.php","")
addItem(mnu13, "../material/index.php","")
addItem(mnu14, "../biblioteca/index.php","")
addItem(mnu17, "../foro/forum0.php", "")
addItem(mnu18, "../chat/index.php", "")
addHdr(mnu3, 1, "");
addItem(mnu20, "../inscrip/index.php", "")
addItem(mnu12, "../usuaris/edituser.php","")
addItem(mnu21, "../usuaris/register.php?L=catala", "")
addItem(mnu19, "../usersl/n_users.php", "")
addHdr(mnu4, 1, "");
addItem(mnu22, "../correu/index.php", "")
addItem(mnu23, "../miau/index.php", "")


// final step that builds the menu
buildMenu();

//-->
