<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#004069";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#004069";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FCF8EA";
linkTarget="_top";
linkAlign="left";
barBGColor="#004069";
barFontFamily="Tahoma";
barFontSize="1";
barFontColor="white";
barVAlign="top";
barWidth=50; // no quotes!!
barText="  CLICK FOR SITE 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]=["Menu"] //create header
ssmItems[1]=["Senate Home Page", "/default.htm", ""]
ssmItems[2]=["Welcome", "/SenateLinks/intro.htm",""]
ssmItems[3]=["Forms & Documents", "/SenateLinks/forms.htm", ""]
ssmItems[4]=["Committees", "/committee/committeHome.htm", ""]
ssmItems[5]=["Issues Under Review", "/issues/default.htm", ""]
ssmItems[6]=["ByLaws / Appendices / Regulations", "/SenateLinks/formsDocsPage.htm", ""]
ssmItems[7]=["Leadership", "/committee/Leadership/leadershippage.htm", ""]					  
ssmItems[8]=["Legislative Assembly", "/committee/lga/lga.htm", ""] //create two column row
ssmItems[9]=["Program Reviews", "/programreviews/programreviewPage.htm", ""]
ssmItems[10]=["Awards", "/awards/awardspage.htm", ""] //create header
ssmItems[11]=["Elections", "/elections/electionspage.htm", ""]
ssmItems[12]=["Contact Us", "/SenateLinks/contacts.htm", ""]
ssmItems[13]=["Other Links", "/SenateLinks/outside.htm", ""]
buildMenu();

//-->