<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=10; // no quotes!!
slideSpeed=0 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#999999";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="990000";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkFontColor="#FFFFFF";
linkBGColor="#777777";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="left";
barBGColor="#990000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText=">>>>>>>>>"; // <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]=["FOTOGRAF&Iacute;AS PREVIAS A EDENIA"] //create header
ssmItems[1]=["   Viaxe interior", "foto1.html", ""]
ssmItems[2]=["   Margen Norte", "foto6.html", ""]
ssmItems[3]=["SERIE EDENIA"] //create header
ssmItems[4]=["    ---->", "foto12.html", ""]
ssmItems[5]=["FOTOGRAF&Iacute;A TRANSITIVA"] //create header
ssmItems[6]=["   Espacio para pensar", "foto19.html", ""]
ssmItems[7]=["   Exposici&oacute;n ef&eacute;mera", "foto24.html", ""]
ssmItems[8]=["   Espacio para so&ntilde;ar", "foto29.html", ""]
ssmItems[9]=["   Espacio para vivir", "foto34.html", ""]

buildMenu();

//-->