/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset = 50;       // no quotes!!
XOffset = 0;
staticYOffset = 30; // no quotes!!
slideSpeed = 20    // no quotes!!
waitTime = 350;    // 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 = 160;    // Must be a multiple of 10! no quotes!!
menuCols = 1;

hdrFontFamily = "verdana";
hdrFontSize = "2";
hdrFontColor = "#000000";
hdrBGColor = "#ee9999";
hdrAlign = "left";
hdrVAlign = "center";
hdrHeight = "10";

linkFontFamily = "Verdana";
linkFontSize = "1";
linkBGColor = "#ffcccc";
linkOverBGColor = "#ffeeee";
linkTarget = "_top";
linkAlign = "Left";

barBGColor = "#ffcccc";
barFontFamily = "Verdana";
barFontSize = "3";
barFontColor = "#444444";
barVAlign = "center";
barWidth = 36;      // no quotes!!
//barText="Navigation";
// <img> tag supported. Put exact html for an image to show.
barImgHeight = 246;
barText = '<img src="' + barSrc +'" width="' + barWidth + '" height="' + barImgHeight + '">';

///////////////////////////

// ssmItems[...]=[name, link, target]
ssmHeader = "Site Menu";
ssmItems[0] = ["Bare Buns Home", "index.html"]
ssmItems[1] = ["Frequently Asked Questions", "faq.html"]
ssmItems[2] = ["Calendar of Events", "calendar.html"]
ssmItems[3] = ["Bottom Line Archives", "archives.html"]
ssmItems[4] = ["Shirts for Nudists", "shirts.html"]
ssmItems[5] = ["How to Join", "howjoin.html"]
ssmItems[6] = ["Novice Nudists' Special Offer", "specoffer.html"]
ssmItems[7] = ["Humble Beginnings", "begin.html"]
ssmItems[8] = ["Your Security and Privacy", "privacy.html"]
ssmItems[9] = ["Contact Bare Buns", "contact.html"]
ssmItems[10] = ["Site Map", "sitemap.html"]

buildMenu();
