function Go(){return}

/***********************************************************************
    YOU CAN MANUALLY CHANGE THE MENU HERE, BUT BE VERY CAREFUL !
***********************************************************************/

Menu1=new Array("Booster Business","aboutus.html","",12,20,130);
  Menu1_1=new Array("Mission Statement","mission.html","",0,20,130);
  Menu1_2=new Array("By-Laws","bylaws.html","",0,20,130);
  Menu1_3=new Array("President's Message","president.html","",0,20,130);
  Menu1_4=new Array("Meetings","meetings.html","",0,20,130);
  Menu1_5=new Array("Appropriations","appropriations.html","",0,20,130);
  Menu1_6=new Array("Financial Info","finances.html","",0,20,130);
  Menu1_7=new Array("Current Budget","budget.html","",0,20,130);
  Menu1_8=new Array("Corp Sponsors","sponsors.html","",0,20,130);
  Menu1_9=new Array("Past Presidents","ppres.html","",0,20,130);
  Menu1_10=new Array("Boosters HOF","bhof.html","",0,20,130);
  Menu1_11=new Array("FAQs","faq.html","faq.html","",0,20,130);
  Menu1_12=new Array("News Archives","archives.html","faq.html","",0,20,130);

Menu2=new Array("Contacts","board.html","",7,20,110);
  Menu2_1=new Array("Boosters Board","board.html","",0,20,110);
  Menu2_2=new Array("Committees","committees.html","",0,20,110);
  Menu2_3=new Array("Club Contacts","clubcontacts.html","",0,20,110);
  Menu2_4=new Array("Team Coaches","coaches.html","",0,20,110);
  Menu2_5=new Array("Booster Members","memberlist.html","",0,20,110);
  Menu2_6=new Array("Volunteer Now!","volunteer.html","",0,20,110);
  Menu2_7=new Array("Cool CHS Links","chslinks.html","",0,20,110);

Menu3=new Array("Spirit Wear","spirit.html","",4,20,120);
  Menu3_1=new Array("School Store","eagleoutlet.html","",0,20,120);
  Menu3_2=new Array("Catalog","catalog.html","",0,20,120);
  Menu3_3=new Array("Shop Online","shoponline.html","",0,20,120);
  Menu3_4=new Array("Volunteer Now!","volunteer.html","",0,20,120);

Menu4=new Array("Events & Services","fundraising.html","",9,20,130);
  Menu4_1=new Array("Concessions","concessions.html","",0,20,130);
  Menu4_2=new Array("Spirit Wear","eagleoutlet.html","",0,20,130);
  Menu4_3=new Array("Membership","membership.html","",0,20,130);
  Menu4_4=new Array("Meet & Greet Dinner","meetngreet.html","",0,20,130);
  Menu4_5=new Array("Eagle Spirit Bricks","bricks.html","",0,20,130);
  Menu4_6=new Array("Fit-Fest 2010","fitness.html","",0,20,130);
  Menu4_7=new Array("Battle of the Bands","bands.html","",0,20,130);
  Menu4_8=new Array("Boosters Gala - <i>Lite</i>","gala.html","",0,20,130);
  Menu4_9=new Array("Hacker's Golf & BBQ","golf.html","",0,20,130);

Menu5=new Array("Clubs","clubteams.html","",4,20,110);
  Menu5_1=new Array("Club Contacts","clubcontacts.html","",0,20,110);
  Menu5_2=new Array("Club Notes","clubnotes.html","",0,20,110);
  Menu5_3=new Array("Club Descriptions","clubdesc.html","",0,20,110);
  Menu5_4=new Array("Club Links","weblinks.html","",0,20,110);

Menu6=new Array("Athletics","teams.html","",9,20,120);
  Menu6_1=new Array("Team Coaches","coaches.html","",0,20,120);
  Menu6_2=new Array("CHS Hall of Fame","chshof.html","",0,20,120);
  Menu6_3=new Array("Team Links","weblinks.html","",0,20,120);
  Menu6_4=new Array("Minds in Motion","mim.html","",0,20,120);
  Menu6_5=new Array("NCAA Athletes","ncaa.html","",0,20,120);
  Menu6_6=new Array("Paperwork","paperwork.html","",0,20,120);
  Menu6_7=new Array("Schedules","sched.pdf","",0,20,120);
  Menu6_8=new Array("Tryouts","tryout.html","",0,20,120);
  Menu6_9=new Array("Volunteer Now!","volunteer.html","",0,20,120);
  Menu6_10=new Array("Coaches Corner","ccorner.html","",0,20,120);
  Menu6_11=new Array("Centennial Pros","http://","",0,20,120);



var NoOffFirstLineMenus=6;  // Number of first level items
var LowBgColor='#000099';    // Background color when mouse is not over
var LowSubBgColor='#990000';  // Background color when mouse is not over on subs
var HighBgColor='#000000';  // Background color when mouse is over
var HighSubBgColor='#000099';  // Background color when mouse is over on subs
var FontLowColor='#FFFFFF';  // Font color when mouse is not over
var FontSubLowColor='#FFFFFF';  // Font color subs when mouse is not over
var FontHighColor='#FFFFFF';  // Font color when mouse is over
var FontSubHighColor='#FFFFFF';  // Font color subs when mouse is over
var BorderColor='#000000';  // Border color
var BorderSubColor='#000000';  // Border color for subs
var BorderWidth=0;    // Border width
var BorderBtwnElmnts=0;    // Border between elements 1 or 0
var FontFamily="Verdana, Arial"          // Font family menu items
var FontSize=8;      // Font size menu items
var FontBold=0;      // Bold menu items 1 or 0
var FontItalic=0;    // Italic menu items 1 or 0
var MenuTextCentered='center';  // Item text position 'left', 'center' or 'right'
var MenuCentered='center';  // Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';  // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.2;    // horizontal overlap child/ parent
var ChildVerticalOverlap=.2;  // vertical overlap child/ parent
var StartTop=137;    // Menu offset x coordinate
var StartLeft=0;    // Menu offset y coordinate
var VerCorrect=0;    // Multiple frames y correction
var HorCorrect=0;    // Multiple frames x correction
var LeftPaddng=0;    // Left padding
var TopPaddng=2;    // Top padding
var FirstLineHorizontal=1;  // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;  // Frames in cols or rows 1 or 0
var DissapearDelay=100;  // delay before menu folds in
var TakeOverBgColor=1;    // Menu frame takes over background color subitem frame
var FirstLineFrame='navig';  // Frame where first level appears
var SecLineFrame='space';  // Frame where sub levels appear
var DocTargetFrame='space';  // Frame where target documents appear
var TargetLoc='';    // span id for relative positioning
var HideTop=0;      // Hide first level when loading new document 1 or 0
var MenuWrap=1;      // enables/ disables menu wrap 1 or 0
var RightToLeft=0;    // enables/ disables right to left unfold 1 or 0
var UnfoldsOnClick=0;    // Level 1 unfolds onclick/ onmouseover
var WebMasterCheck=0;    // menu tree checking on or off 1 or 0
var ShowArrow=0;    // Uses arrow gifs when 1
var KeepHilite=1;    // Keep selected path highligthed
var Arrws=['tridark.gif',5,10,'tridarkdown.gif',10,5,'tridarkleft.gif',5,10];  // Arrow source, width and height
