<!--

/*
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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="ariel";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="ariel";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="ariel";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION 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]=["Menu"] //create header
ssmItems[1]=["HOME", "http://www.chama.net", ""]
ssmItems[2]=["Business Directory", "http://www.chama.net/businessdirectory/businessdirectory.html",""]
ssmItems[3]=["Things To Do", "http://www.chama.net/thingstodo/thingstodo.html", ""]
ssmItems[4]=["Chama Statistics", "http://www.chama.net/chamastatistics/chamastatistics.html",""]
ssmItems[5]=["Tour Old Town Chama", "http://www.chama.net/tourchama/tourchama.html", ""]
ssmItems[6]=["Chama Weather", "http://www.wunderground.com/US/NM/Chama.html", ""]
ssmItems[7]=["Available Services", "http://www.chama.net/availableservices/availableservices.html", ""]
ssmItems[8]=["Chama Dot Com", "http://www.chama.com", ""]
ssmItems[9]=["C&TSRR Information", "http://www.chamachoochoo.com", ""]

buildMenu();

//-->