<!--

/*
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=5; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
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="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#B5B5B5";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D6D6D6";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU GENERAL"; // <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]=["SERVIDOR"] //este es el titulo de la categoria 1
ssmItems[1]=["Página", "http://argmu.sytes.net/", "_new"]
ssmItems[2]=["Información", "http://www.argmu.com.ar/index.php?action=page;id=3",""]
ssmItems[3]=["Spots", "http://www.argmu.com.ar/index.php?action=page;id=4", ""]
ssmItems[4]=["Donaciones", "http://www.argmu.com.ar/donaciones/donaciones.html", "_new"]
ssmItems[5]=["Servidor VIP", "http://www.argmu.com.ar/index.php?topic=120.0", ""]
ssmItems[6]=["Chat", "http://www.argmu.com.ar/index.php?action=page;id=13", "_new"]

ssmItems[7]=["FORO"] //titulo de la categoria 2
ssmItems[8]=["Mi Perfil", "http://www.argmu.com.ar/index.php?action=profile", ""]
ssmItems[9]=["Mensajes Privados", "http://www.argmu.com.ar/index.php?action=pm", ""]

ssmItems[10]=["INDICES"] //titulo de la categoria 4
ssmItems[11]=["Anuncios", "http://www.argmu.com.ar/index.php?action=page;id=6", ""]
ssmItems[12]=["Descargas", "http://www.argmu.com.ar/index.php?action=page;id=7", ""]
ssmItems[13]=["Guías", "http://www.argmu.com.ar/index.php?action=page;id=2", ""]
ssmItems[14]=["Ayudas", "http://www.argmu.com.ar/index.php?action=page;id=5", ""]
ssmItems[15]=["Eventos", "http://www.argmu.com.ar/index.php?action=page;id=14", ""]

buildMenu();

//-->