<!--/*Configure menu styles below NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors */ 
YOffset=64; // no quotes!! 
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=450; // Must be a multiple of 10! no quotes!!
menuCols=2; 
hdrFontFamily="arial"; 
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0080D5";
hdrAlign="left";
hdrVAlign="center";
hdrHeight=".8";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="Yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="Yellow";
barFontFamily="Arial";
barFontSize="1.5";
barFontColor="black";
barVAlign="center";
barWidth=17; // no quotes!!
barText="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]=["General Info"] //create header
ssmItems[1]=["Contact Information", "http://www.unf.edu/~dtanner/contact.htm", "",  2]

ssmItems[2]=["ACG 2071-Managerial Accounting - Spring 2010"]  //create header

ssmItems[3]=["General Information", "http://www.unf.edu/~dtanner/2071/index71.htm", "", 1, "no"]
ssmItems[4]=["Grades, Class Prep, Assignments", "http://www.unf.edu/~dtanner/2071/gradeprep71.htm", "", 1] 

ssmItems[5]=["Class Schedule", "http://www.unf.edu/~dtanner/2071/schedule71.htm", "",  1, "no"] 
ssmItems[6]=["Technology Help", "http://www.unf.edu/~dtanner/help.htm", "", 1]

ssmItems[7]=["Clicker Information", "http://www.unf.edu/~dtanner/2071/clickers71.htm", "",  2]

ssmItems[8]=["Study Aids"] //create header

ssmItems[9]=["Study Hall - ACG 2071", "http://www.unf.edu/~dtanner/StudyHall2071/studyhall2071.htm", "",  2]

ssmItems[10]=["Quick Links"] //create header

ssmItems[11]=["BlackBoard (Bb)", "http://blackboard.unf.edu/", "", 1, "no"]
ssmItems[12]=["Accounting & Finance Dept.", "http://www.unf.edu/ccb/actfin/index.htm", "", 1]
ssmItems[13]=["Campus Email", "http://webaccess.unf.edu/", "", 1, "no"]
ssmItems[14]=["Coggin College of Business", "http://www.unf.edu/coggin", "", 1]
ssmItems[15]=["myWings", "http:mywings.unf.edu", "", 1, "no"]
ssmItems[16]=["Univ. of North Florida", "http://www.unf.edu", "",  1]

ssmItems[17]=[""] //create header

buildMenu();

//-->