<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=40; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="VERDANA";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="C67700";
hdrAlign="middle";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="VERDANA";
linkFontSize="2";
linkBGColor="FFF2DF";
linkOverBGColor="FFE3B9";
linkTarget="_top";
linkAlign="Left";
barBGColor="FFA824";
barFontFamily="VERDANA";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" MENU "; // <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]=["Aprende Joyeria"] //create header
ssmItems[1]=[" Libros", "http://www.raulybarra.com/online"]
ssmItems[2]=[" Cursos", "http://www.raulybarra.com/cursos"]
ssmItems[3]=[" Biblioteca", "http://www.raulybarra.com/biblioteca"]
ssmItems[4]=[" Contactanos", "http://www.raulybarra.com/comunicacion"]


buildMenu();

//-->

