<!--

/*
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=80; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#565B00";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor= "#565B00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='RUM MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("");
addItem("Home", "index.htm");
addItem("About Us", "about.htm");
addItem("Project Proposal", "proposal.htm");
addItem("RUM Diary", "diary.htm");
addItem("Presentations & Poster", "presentations.htm");
addItem("Resources", "resources.htm");
addItem("Theses", "thesis.htm");
addItem("Contact Us", "mailto:frokwon@yahoo.com;rajuuma69@yahoo.com");
addHdr("");
buildMenu();
//-->