<!--

/*
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="black";
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="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#00FFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#66CCCC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FORUM 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]=["Forum Menu"] //create header
ssmItems[1]=["Forum Login", "http://ctechwebhosting.co.uk/savelennox/phpBB3/ucp.php?mode=login&sid=3d4c70c7d2d285bc6b58a4e0b300ccf1", ""]
ssmItems[2]=["Register", "http://ctechwebhosting.co.uk/savelennox/phpBB3/ucp.php?mode=register&sid=3d4c70c7d2d285bc6b58a4e0b300ccf1",""]
ssmItems[3]=["Guest Forum", "http://ctechwebhosting.co.uk/savelennox/phpBB3/viewtopic.php?f=11&t=10&sid=3d4c70c7d2d285bc6b58a4e0b300ccf1", ""]
ssmItems[4]=["Forum FAQ", "http://ctechwebhosting.co.uk/savelennox/phpBB3/faq.php?sid=7a5dbec528e73d3e88927e20b66e5bfa", ""]
ssmItems[5]=["External Links", "", ""]
ssmItems[6]=["YouTube Channel", "http://www.youtube.com/user/SaveLennoxCampaign", ""]
ssmItems[7]=["Lennox Web Radio", "http://iacmusic.com/stationGen.aspx?stationID=7298", ""]
ssmItems[8]=["Politics NI", "http://politicsni.wordpress.com", ""]
ssmItems[9]=["ANVIL Ireland", "http://www.anvilireland.ie/fulcrum.html?ep=5", ""]
ssmItems[10]=["Total Oblivion Radio", "http://www.totaloblivionradio.blogspot.com", ""]
ssmItems[11]=["Dog Cast Radio", "http://dogcastradio.com/blog/2", ""]
ssmItems[12]=["Maria Daines", "http://maria-daines.com", ""]
ssmItems[13]=["EDDR Group", "http://www.endangereddogs.com", ""]
ssmItems[14]=["NARA", "http://www.naracampaigns.org/index.html", ""]
ssmItems[15]=["Email", "mailto:info@savelennox.co.uk/Web Site Response", "",1]



buildMenu();

//-->
