<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=450; // no quotes!!
XOffset=160;
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="green";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#ooooo";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="UPDATES"; // <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]=["BRP NEWS"] //create header
ssmItems[1]=["Change of Date for Ballycotton '10' 2010",]
ssmItems[2]=["Ballycotton '10' 2010 (33rd Annual) will take place on Sunday March 21st",]
ssmItems[3]=["Important Notice! Entry Limit Reached for 2010. Please Read Details Accross",]
ssmItems[4]=["Full & Final Entry list for 2010 now on website",]
ssmItems[5]=["",]
ssmItems[6]=["",]
ssmItems[7]=["",]



buildMenu();

//-->