<!--/*Configure menu styles belowNOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors*/YOffset=120; // no quotes!!staticYOffset=20; // no quotes!!XOffset=20; // no quotes!!slideSpeed=80 // no quotes!!waitTime=10; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.menuBGColor="#FFFFFF";menuFontColor="000000"menuIsStatic="yes";menuWidth=100; // Must be a multiple of 10! no quotes!!menuCols=1;hdrFontFamily="arial";hdrFontSize="1";hdrFontColor="black";hdrBGColor="#999999";hdrAlign="left";hdrVAlign="center";hdrHeight="1";linkFontFamily="arial";linkFontSize="1";linkBGColor="black";linkOverBGColor="white";linkTarget="_top";linkAlign="left";barBGColor="FFFFFF";barFontFamily="garamond";barFontSize="2";barFontColor="#FFFFFF";barVAlign="center";barWidth=13; // no quotes!!barText='<img src="http://www.ferrum.edu/guides/menubar.gif" border=0>' // <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("Ferrum.edu");addItem("Admissions", "http://www.ferrum.edu/prospective", "");addItem("Academics", "http://www.ferrum.edu/academics.htm", "");addItem("Administration", "http://www.ferrum.edu/admin.htm", "");addItem("Campus Services", "http://www.ferrum.edu/campusservices.htm", "_blank");addItem("Stanley Library", "http://www.ferrumlibrary.net", "_blank");addItem("Supporting Ferrum", "http://www.ferrum.edu/development", "");addHdr("News");addItem("Ferrum News", "http://www.ferrum.edu/news", "");addItem("Campus Update", "http://www.ferrum.edu/campusupdate/", "");addItem("Weather", "http://www.weather.com/weather/local/USVA0270?par=internal&site=magnet&promo=english&code=475661", "blank");addHdr("Sports");addItem("Athletics", "http://www.ferrum.edu/athletics/index.htm", "");addItem("Scoreboard", "http://www.ferrum.edu/athletics/scoreboard.htm", "");addHdr("Help");addItem("Campus Map", "http://www.ferrum.edu/campusmap", "");addItem("Employment", "http://www.ferrum.edu/hr/Recruitment/EmploymentMain.htm", "");addItem("Site Map & Search", "http://www.ferrum.edu/search", "", "no");buildMenu();//-->