<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the 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="#BB9860";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4d5747";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="F9CC79";
linkOverBGColor="#F9CC79";
linkTarget="_top";
linkAlign="Left";
barBGColor="#4d5747";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ENLACES"; // <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]=["Menu"] //create header
ssmItems[1]=["Blog", "http://comicsymazmorras.blogspot.com/", "_new"]
ssmItems[2]=["Actividades", "http://www.comicsymazmorras.com/actividades.html","_new"]
ssmItems[3]=["Mapa", "http://maps.google.es/maps/ms?ie=UTF8&hl=es&msa=0&ll=28.46738,-16.256901&spn=0.005404,0.011362&z=17&msid=113035264258389350859.000474e438f10fd0163d9", "_new"]
ssmItems[4]=["Facebook", "http://www.facebook.com/pages/Santa-Cruz-De-Tenerife-Spain/Comics-y-Mazmorras/117383941621712", "_new"]

buildMenu();

//-->
