<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=5 // 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";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="green";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="gold";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="green";
barVAlign="center";
barWidth=20; // no quotes!!
barText='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("Broadcasting Main Menu");
addItem("Crabaugh Program Home", "http://ccp.atu.edu/", "");
addItem("Tech Television", "http://tv6.atu.edu/nexus.htm", "");
addItem("Radio KXRJ-FM", "http://kxrj.atu.edu/Radio/2009/FM-Fall.shtml", "");

addHdr("Other Tech Links");
addItem("Blackboard", "http://blackboard.atu.edu", "");
addItem("Tech Athletics Website", "http://athletics.atu.edu", "");
addItem("Pendergraft Library", "http://library.atu.edu", "");
addItem("Student Services", "http://www.atu.edu/studentlife.shtml", "");
addItem("Financial Aid", "http://finaid.atu.edu", "");
addItem("Admissions Office", "http://admissions.atu.edu", "");
addItem("Tech Home Page", "http://www.atu.edu", "");

buildMenu();

//-->