<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=5; // no quotes!!
barWidth=18; // no quotes!!
XOffset=5; // no quotes!!
staticYOffset=5; // 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";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#ff0000";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='SIDEMENU'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
addHdr("CHS Trojans", "");
addItem("Home", "http://www.angelfire.com/tx2/trojans/index.html", "")
addHdr("Trojan Football", "");
addItem("Main", "http://www.angelfire.com/tx2/trojans/football.html", "")
addItem("Past Seasons", "http://www.angelfire.com/tx2/trojans/fbarchive.html","")
addItem("School Records", "http://www.angelfire.com/tx2/trojans/fbrecords.html", "")

addHdr("Lady Trojan Volleyball", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/volley.html", "")

addHdr("Trojan Basketball", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/bhoop.html", "")

addHdr("Lady Trojan Basketball", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/ghoop.html", "")

addHdr("Trojan Baseball", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/base.html", "")

addHdr("Lady Trojan Softball", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/soft.html", "")

addHdr("Track & Field", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/track.html", "")
addItem("School Records", "http://www.angelfire.com/tx2/trojans/trackrec.html", "")

addHdr("CHS UIL Academics", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/acad.html", "")

addHdr("CHS Band", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/band.html", "")

addHdr("Cheer/Dance", "")
addItem("Main", "http://www.angelfire.com/tx2/trojans/cheer.html", "")

addHdr("TrojanFinder", "")
addItem("Sign In", "http://www.angelfire.com/tx2/trojans/finderintro.html", "")
addItem("Roster", "http://www.angelfire.com/tx2/trojans/finderroster.html", "")

addHdr("Miscellaneous", "")
addItem("Cool Links", "http://www.angelfire.com/tx2/trojans/links.html", "")
addItem("Driving Directions", "http://www.angelfire.com/tx2/trojans/travel.html", "")

// final step that builds the menu
buildMenu();

//-->


//-->