<!--
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=150; // no quotes!!
barWidth=20; // no quotes!!
XOffset=20; // no quotes!!
staticYOffset=150; // no quotes!!
slideSpeed=2 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barText='SIDEMENU'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

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

// the menu items
addHdr("Candleford Menu", 1);
addItem("Home Page", "home.html", "")
addItem("What is a Ceilidh?", "ceilidh.html","")
addItem("Listen to Candleford", "listen.html", "")
addItem("Contact the Band", "contact.html", "")
addItem("Candleford Links", "links.htm", "")
addHdr("Interactive Features", 1)
addItem("Booking Enquiry", "Enquiry.htm", "")
addItem("Guestbook", "http://candleford.com/guestbook/index.php", "")
addItem("Candleford Forums", "http://candleford.com/smf/", "")
addHdr("Band Members", 1);
addItem("WebCalendar Login","http://candleford.com/webcalendar/","")

// final step that builds the menu
buildMenu();

//-->