<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#26363D";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#26363D";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D8D8D8";
linkTarget="_top";
linkAlign="Left";
barBGColor="#26363D";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" MENÚ FOROS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header _new
// ssmItems[0]=["Foros Videojuegos"] //create header
// ssmItems[1]=["Playstation 2", "http://www.overpal.com/forumdisplay.php?f=7", ""]
// ssmItems[2]=["PSP", "http://www.overpal.com/forumdisplay.php?f=6",""]
// ssmItems[3]=["Playstation 3", "http://www.overpal.com/forumdisplay.php?f=8", ""]
// ssmItems[4]=["Xbox 360", "http://www.overpal.com/forumdisplay.php?f=10", ""]
// ssmItems[5]=["Nintendo DS", "http://www.overpal.com/forumdisplay.php?f=12", ""]
// ssmItems[6]=["Nintendo Wii", "http://www.overpal.com/forumdisplay.php?f=13", ""]

// ssmItems[7]=["Otros Foros", "", ""] //create header
// ssmItems[8]=["Manga y Anime", "http://www.overpal.com/forumdisplay.php?f=15", ""]
// ssmItems[9]=["General", "http://www.overpal.com/forumdisplay.php?f=17", ""]
// ssmItems[10]=["Overpal", "http://www.overpal.com/forumdisplay.php?f=18", ""]


ssmItems[0]=["Foros Overpal"] //create header
ssmItems[1]=["Videojuegos", "forumdisplay.php?f=21", ""]
ssmItems[2]=["Electrónica de Consumo", "forumdisplay.php?f=36",""]
ssmItems[3]=["Educación e Idiomas", "forumdisplay.php?f=32", ""]
ssmItems[4]=["Multimedia", "forumdisplay.php?f=25", ""]
ssmItems[5]=["Actualidad", "forumdisplay.php?f=22", ""]
ssmItems[6]=["Off-Side", "forumdisplay.php?f=16", ""]

ssmItems[7]=["Ayuda Overpal", "", ""] //create header
// ssmItems[8]=["Manga y Anime", "http://www.overpal.com/forumdisplay.php?f=15", ""]
// ssmItems[9]=["General", "http://www.overpal.com/forumdisplay.php?f=17", ""]
// ssmItems[10]=["Overpal", "http://www.overpal.com/forumdisplay.php?f=18", ""]

ssmItems[8]=["Índice", "overindex.php", "", 1, "no"] 
ssmItems[9]=["RSS", "showthread.php?t=210", "",1]

ssmItems[10]=["UserCP", "usercp.php", "", 1, "no"] //create two column row
ssmItems[11]=["Buscar", "search.php", "",1]
ssmItems[12]=["Registrate", "register.php", "", 1, "no"] //create two column row
ssmItems[13]=["Login", "usercp.php", "",1]


buildMenu();

//-->