
// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu1=new Array("|   Services","/services/index.html","",0,21,80);
		
Menu2=new Array("|   Classes","/classes/index.html","",0,21,75);

Menu3=new Array("|  About Us","/aboutus/index.html","",0,32,140);
	
		
				