<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0b750d";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#00ad1c";
linkOverBGColor="#9af457";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menú MundoXbox"; // <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
ssmItems[0]=["Menú"] //create header
ssmItems[1]=["Inicio", "http://www.mundoxbox.net/", "", 1, "no"]
ssmItems[2]=["Foro", "http://www.mundoxbox.net/foro/", "",1]
ssmItems[3]=["Chat", "http://www.mundoxbox.net/chat.html", "", 1, "no"]
ssmItems[4]=["Staff", "http://www.mundoxbox.net/staff-p31.html", "",1]
ssmItems[5]=["Descargas", "http://www.mundoxbox.net/tpmod.html;dl", "", 1, "no"]
ssmItems[6]=["Contacto", "mailto:info@mundoxbox.net?subject=Contacto%20con%20MundoXbox.NeT", "",1]

ssmItems[7]=["Ayuda", "http://www.mundoxbox.net/help.html", "", 1, "no"] //create two column row
ssmItems[8]=["Buscar", "http://www.mundoxbox.net/search.html", "",1]

ssmItems[9]=["Foros de interés", "", ""] //create header
ssmItems[10]=["General", "http://www.mundoxbox.net/foro-general-b1.0/", "", 1, "no"]
ssmItems[11]=["Xbox 360", "http://www.mundoxbox.net/xbox-360-b4.0/", "",1]
ssmItems[12]=["PSP", "http://www.mundoxbox.net/psp-b29.0/", "", 1, "no"]
ssmItems[13]=["PS3", "http://www.mundoxbox.net/play-station-3-b7.0/", "",1]
ssmItems[14]=["NDS", "http://www.mundoxbox.net/nintendo-ds-b30.0/", "", 1, "no"]
ssmItems[15]=["Foro Wii", "http://www.mundoxbox.net/nintendo-wii-b8.0/", "",1]
ssmItems[16]=["Humor", "http://www.mundoxbox.net/humor-total-b31.0/", "", 1, "no"]
ssmItems[17]=["Música", "http://www.mundoxbox.net/musica-b37.0/", "",1]
ssmItems[18]=["Videos", "http://www.mundoxbox.net/videos-b16.0/", "", 1, "no"]
ssmItems[19]=["Off topic", "http://www.mundoxbox.net/zona-mixta-b12.0/", "",1]
ssmItems[20]=["Análisis de Juegos", "http://www.mundoxbox.net/analisis-de-juegos-b24.0/", ""]
ssmItems[21]=["Noticias de Consolas", "http://www.mundoxbox.net/noticias-consolas-b97.0/", ""]
ssmItems[22]=["Noticias de Juegos", "http://www.mundoxbox.net/noticias-juegos-b26.0/", ""]
ssmItems[23]=["Trucos y Guias", "http://www.mundoxbox.net/trucos-y-guias-b17.0/", ""]

buildMenu();

//-->