<!--

/*
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="#0A0808";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0A0808";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#948477";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0A0808";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Orla Brady 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]=["Site Menu"] //create header
ssmItems[1]=["Home", "http://www.orlabrady.org/index.htm", ""]
ssmItems[2]=["Screen", "http://www.orlabrady.org/screen/screen.htm", "", 1, "no"] //create two column row
ssmItems[3]=["Stage", "http://www.orlabrady.org/stage/stage.htm", "",1]
ssmItems[4]=["Biography", "http://www.orlabrady.org/bio.htm", ""]
ssmItems[5]=["Interviews", "http://www.orlabrady.org/interviews.htm", ""]
ssmItems[6]=["News", "http://www.orlabrady.org/news.htm", "", 1, "no"] //create two column row
ssmItems[7]=["Awards", "http://www.orlabrady.org/awards.htm", "",1]
ssmItems[8]=["Links", "http://www.orlabrady.org/links.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Notices", "http://www.orlabrady.org/notices.htm", "",1]
ssmItems[10]=["Read Guestbook", "http://www.orlabrady.org/book.php", ""]
ssmItems[11]=["Sign Guestbook", "http://www.orlabrady.org/form.php", ""]
ssmItems[12]=["Contact Info", "http://www.orlabrady.org/contacts.htm", ""]
ssmItems[13]=["Wallpapers", "http://www.orlabrady.org/wallpapers.htm", ""]


buildMenu();

//-->