
// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


var cellHeight=20;

// Total is the width of the picture less 2 pixels for the border (see BorderWidth)
var homeWidth=100;
var scheduleWidth=100;
var accomodationsWidth=170;
var volunteersWidth=140;
var competitorsWidth=140;
var resultsWidth=110;
var archiveWidth=100;
var contactWidth=124;

var NoOffFirstLineMenus=7;		// Number of first level items

Menu1=new Array("Home","home.php","",0, cellHeight, homeWidth);
Menu2=new Array("Schedule","schedule.php","",0, cellHeight, scheduleWidth);
Menu3=new Array("Accomodations","accomodations.php","",0, cellHeight, accomodationsWidth);
Menu4=new Array("Volunteers","volunteers.php","",0, cellHeight, volunteersWidth);
Menu5=new Array("Competitors","competitors.php","",0, cellHeight, competitorsWidth);
Menu6=new Array("Results","results.php","",0, cellHeight, resultsWidth);
Menu7=new Array("Contact","contact.php","",0, cellHeight, contactWidth);
//Menu8=new Array("Archive","archive.php","",2, cellHeight, archiveWidth);
//	Menu8_1=new Array("2008","2008/index.php","",0, cellHeight, archiveWidth);
//	Menu8_2=new Array("2010","2010/index.php","",0, cellHeight, archiveWidth);



