<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=126; // 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="#FF9933";
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="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF9933"  //"#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="4";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ebebeb";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF9933";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" » Recursos gratis » "; // <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]=["Recursos gratis"] //create header
ssmItems[1]=["Alojamiento web", "alojamiento.asp",""]
ssmItems[2]=["Buscadores", "buscadores.asp", ""]
ssmItems[3]=["Contadores y estadísticas", "contadores.asp",""]// "_new"]
ssmItems[4]=["Dominios y redirecciones", "dominios.asp", ""]
ssmItems[5]=["Gráficos", "graficos.asp", ""]
ssmItems[6]=["Libros de visita", "librosvi.asp", ""]

ssmItems[7]=["Listas de correo", "listas.asp", "", , ""] //create two column row
ssmItems[8]=["Promociona tu web", "promocionar.asp",""]

buildMenu();

//-->