<!--

/*
Configure el estilo del menu
NOTA: Para editar el color de los links, modifique en el STYLE tags y edite el 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="#770000"; //color lineas tabla
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Tiene que ser multiplo de 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#DDAA00"; //color texto celdas titulos
hdrBGColor="#770000"; //color fondo celdas titulos
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial black";
linkFontSize="1.5";
linkFontColor="black";
linkBGColor="#99EE99";//color fondo celdas 
linkOverBGColor="#FFFF99"; //color celdas al pasar raton
linkTarget="_top";
linkAlign="left";
barBGColor="#770000";//color celda vertical
barFontFamily="arial ";
barFontSize="2";
barFontColor="white";//color texto celda titulo vertical
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU ALFABETICO"; // <IMG> tag supported. Put exact html for an image to show.

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

// ssmItems[...]=[name, link, target, colspan, endrow?] - deje 'link' y 'target' vacios para crear titulo
ssmItems[0]=["MENU"] //crea titulo
ssmItems[1]=["APEROS  A......D", "Aperos.htm", ""]
ssmItems[2]=["APEROS  E.......Z", "aperos1.htm",""]
ssmItems[3]=["MAS INFORMACION EN....", ""]
ssmItems[4]=["DICCIONARIO", "diccionario.htm",""]
ssmItems[5]=["IR  A...", ""]
ssmItems[6]=["PAGINA DE  INICIO", "index1.htm"]
ssmItems[7]=["PAGINA PRINCIPAL", "INDEX.HTM"]
buildMenu();

//-->