<!--

/*
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="green";	// borde 
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="000000";
hdrBGColor="#99cccc";   //  Color Titulos Menu
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";		// color fondo de los menus
linkOverBGColor="#FF9999";  // color sombre menus
linkTarget="_top";
linkAlign="Left";
barBGColor="99ffcc";  // Color fondo titulo lateral
barFontFamily="Verdana";
barFontSize="2";
barFontColor="green";	// Color letra titulo lateral
barVAlign="center";
barWidth=20; // no quotes!!
barText="FAVORITOS"; // <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]=["Tabla de Posiciones"] //create header
ssmItems[1]=["Mundial de Clubs", "modules.php?name=Futbol&op=MuestraFixturePorCategoria&Id_Categoria=19&Id_Liga=24", ""]
ssmItems[2]=["Elminatorias Mundial", "modules.php?name=Futbol&op=TablaJuegosPosicionesGrupo&Id_Grupo=16",""]
ssmItems[3]=["Campeonato Ecuatoriano", "modules.php?name=Futbol&op=TablaJuegosPosicionesGrupo&Id_Grupo=8", ""]
ssmItems[4]=["Equipos", "", "_new"]
ssmItems[5]=["Gamers F.C.", "modules.php?name=Futbol&op=MuestraEquipo&Id_Equipo=1", ""]
ssmItems[6]=["Selección del Ecuador", "modules.php?name=Futbol&op=MuestraEquipo&Id_Equipo=50", ""]

ssmItems[7]=["Deportivo Quito", "modules.php?name=Futbol&op=MuestraEncuentrosEquipo&Id_Equipo=104", "", 1, "no"] //create two column row
ssmItems[8]=["El Nacional", "modules.php?name=Futbol&op=MuestraEquipo&Id_Equipo=106", "",1]

ssmItems[9]=["Tu publicidad aqui", "", ""] //create header
ssmItems[10]=["$25 anual Hosting 2GB ", "http://www.acrowebs.com", ""]
ssmItems[11]=["$15 anual Dominio .com ", "http://www.acrowebs.com", ""]
ssmItems[12]=["$35 Desarrollo Web ", "http://www.acrowebs.com", ""]

buildMenu();

//-->
