<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=10; // 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=210; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#fa7d00"; // #170088 #088020
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#f5c18d"; //#FFFF99
linkTarget="_top";
linkAlign="Left";
barBGColor="#fa7d00"; //#444444
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Touch Here"; // <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]=["The Menu"] //create header
ssmItems[1]=["Start Page", "main.html", "_self"]
ssmItems[2]=[""]
ssmItems[3]=["Dog Boarding Complex", "dog_board.html","_self"]
ssmItems[4]=["Cat Boarding Complex", "cat_board.html", "_self"]
ssmItems[5]=["Frequently Asked Questions", "faq.html", "_self"]
ssmItems[6]=[""]
ssmItems[7]=["Camp Tailwaggers Holiday Cabins", "cabins.html", "_self"]
ssmItems[8]=["Camp Tailwaggers Seminars", "tailwagger.html", "_self"]
ssmItems[9]=[""]
ssmItems[10]=["Anntanas Goldies", "homeofann.html", "_self"]

ssmItems[11]=["", "", "", 1, "no"] //create two column row
ssmItems[12]=["Email", "mailto:dog@coolangattapetmotel.com", "",1]

ssmItems[13]=["How to Find Us", "map.html", "_self"]


buildMenu();

//-->
