<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="Green";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="red";
hdrBGColor="silver";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="lightgreen";
linkTarget="_parent";
linkAlign="right";
barBGColor="Green";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='HIDDEN MENU' // <IMG> tag supported, Ex: '<img src="nlabackground.jpg" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("Home", "index.html", "");
addItem("About us", "aboutus.html", "");
addItem("Events and Conferences", "newsandevents.html", "");
addItem("Membership", "membership.html", "");
addItem("Jobs Online", "jobsonline.html", "");
addItem("Electronic Resources", "http://blog.nla-ng.org/", "");
addItem("Publications", "publications.html", "");
addItem("Professional Development", "professionaldevelopment.html", "");
addItem("NLA Awards", "nlaawards.html", "");

buildMenu();

//-->