// 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"

Menu1=new Array("Home","index.asp","",0,20,100);

Menu2=new Array("AWANA","","",4);		
	Menu2_1=new Array("Cubbies (3-4yrs)","cubbies.asp","",0,20,150);
	Menu2_2=new Array("Sparks (K-2)","sparks.asp","",0);
	Menu2_3=new Array("T&T (3rd-6th)","tandt.asp","",0);
        Menu2_4=new Array("Trek (7th & 8th)","trek.asp","",0);	

Menu3=new Array("About Us","","",5);
	Menu3_1=new Array("Why We Exist","exist.asp","",0,20,250);
	Menu3_2=new Array("What We Believe","belief.asp","",0);
	Menu3_3=new Array("Fellowship With The King","fellowship.asp","",0);
	Menu3_4=new Array("Directions","directions.asp","",0);
	Menu3_5=new Array("Contact Us","contact.asp","",0);


Menu4=new Array("Calendar","calendar.asp","",0);

Menu5=new Array("Sermons","sermons.asp","",0,20,100);

