<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=167;        // no quotes!!
XOffset=20;
staticYOffset=30;   // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150;      // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Garamond";
hdrFontSize="2.5";
hdrFontColor="White";
hdrBGColor="Red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Garamond";
linkFontSize="2";
linkFontColor="Black"
linkBGColor="white";
linkOverBGColor="#C2DFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Garamond";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20;        // no quotes!!
barText="CLICK TO BROWSE"; // <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
// Example of a two column row
// ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[0]=["Team Links"]
ssmItems[1]=["Team Home", "tzstart.htm", "F1"]
ssmItems[2]=["Team Members", "team.htm", "F1"]
ssmItems[3]=["Asst. Instructors", "AI_team.htm", "F1"]
ssmItems[4]=["Team Photo Gallery", "process/teampg.htm", "F1"]
ssmItems[5]=["Team Events", "team_events.htm", "F1"]
ssmItems[6]=["Team Accomplishments", "team_accomp.htm", "F1"]

buildMenu();

//-->
