<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!!
XOffset=0;
staticYOffset=5; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Trebuchet MS',trebuchet,tahoma,sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Trebuchet MS',trebuchet,tahoma,sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Trebuchet MS',trebuchet,tahoma,sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="DARVEL PULL OUT 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]=["Darvel Menu"] //create header
ssmItems[1]=["Home Page", "http://www.darvelmusicfestival.org", ""]
ssmItems[2]=["The Company", "http://www.darvelmusicfestival.org/dmc.php",""]
ssmItems[3]=["Festival Bebo", "http://www.bebo.com/DarvelMusicFestival", "_blank"]
ssmItems[4]=["Festival MySpace", "http://www.myspace.com/DarvelMusicFestival", "_blank"]
ssmItems[5]=["Contact Us", "http://www.darvelmusicfestival.org/contact.php", ""]
ssmItems[6]=["Main Menu", "",""] //create header
ssmItems[7]=["News", "http://www.darvelmusicfestival.org/news.php", ""]
ssmItems[8]=["Local Info", "http://www.darvelmusicfestival.org/local.php",""]
ssmItems[9]=["New Music", "http://www.darvelmusicfestival.org/newmusic.php", ""]
ssmItems[10]=["Jukebox", "http://www.darvelmusicfestival.org/jukebox.php", ""]
ssmItems[11]=["Sponsors", "http://www.darvelmusicfestival.org/links.php", ""]
ssmItems[12]=["Artists", "http://www.darvelmusicfestival.org/artists.php", ""]
ssmItems[13]=["Shop", "http://www.darvelmusicfestival.org/shop.php", ""]
ssmItems[14]=["Gallery", "http://www.darvelmusicfestival.org/gallery/index.php?album=photos&sortby=name&order=asc",""]
ssmItems[15]=["Online Shop", "", ""] //create header
ssmItems[16]=["View Products", "http://www.darvelmusicfestival.org/shop.php", ""]
ssmItems[17]=["View Basket", "https://www.paypal.com/cart/display=1&business=info@darvelmusicfestival.org", "_blank"]
ssmItems[18]=["Go to CheckOut", "https://www.paypal.com/cart/display=1&business=info@darvelmusicfestival.org", "_blank"]

buildMenu();

//-->