<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Tiene que ser multiplo de 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU LATERAL"; // <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]=["HTML.Dynamico", "http://www.htmldynamico.cjb.net", ""]
ssmItems[2]=["Novedades", "http://www.htmldynamico.cjb.net",""]
ssmItems[3]=["Recomendados", "http://www.htmldynamico.cjb.net", ""]
ssmItems[4]=["Chat", "http://chat.html.dynamico.net.ar", "_new"]
ssmItems[5]=["Scripts DHTML", "http://www.htmldynamico.cjb.net", ""]
ssmItems[6]=["Libro de Visitas", "http://guestbook.html.dynamico.net.ar", ""]

ssmItems[7]=["FAQ", "http://www.htmldynamico.cjb.net", "", 1, "no"] //crea linea de dos columnas
ssmItems[8]=["Email", "mailto: mundohtml@yahoo.com.ar", "",1]

ssmItems[9]=["External Links", "", ""] //crea titulo
ssmItems[10]=["DeArriba Sponsor", "http://www.dearriba.com/default.asp?reff=VNW982", ""]
ssmItems[11]=["Web.Net", "http://web.net.ar", ""]
ssmItems[12]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->