/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Mustangs Club', 'http://www.smu.edu/recsports/clubsports/cricket/index.htm', null,
		['History', 'index.htm'],		
		['Committee', 'committee.htm'],
	],
	['Tournaments', null, null,
		['Home Tournament 2006', 'home_spring2006.htm',null,
			['Organizers','organizers_home_spring2006.htm',null],
			['Rules & Regulations','Documents/tournment_rules.pdf',null],
	        ['Tournament Flyer','Documents/MCC_tournamentflyer_06.pdf',null],
	        ['Teams','teams_spring2006.htm',null],
	        ['Schedule','schedule_spring2006.htm',null],
	        ['Photo Gallery','home_spring2006.htm',null]
 	
		
		],  

[' Mississippi University Tournament 2004','mississippi_2004.htm',null,
			['Players','players_mississippi2004.htm',null],
			['Tournament Statistics','statistics_mississippi_2004.htm',null],
			['Photo Gallery','Gallery_mississippi2004.htm',null]
		   
	    ],


		['Home Tournament 2004', 'home_fall2004.htm',null,
			['Organizers','organizers_home_fall2004.htm',null],
			['Rules & Regulations','rules_home2004.htm',null],
	        ['Tournament Flyer','Documents/home2004_flyer.pdf',null],
	        ['Teams','teams_home2004.htm',null],
	        ['Schedule','schedule_home_fall2004.htm',null],
	        ['Photo Gallery','Gallery_home2004.htm',null]
 	
		
		],
		
		
	    
	    
	    		
		['Inter-University Tournament 2004','dallas_2004.htm',null,
			['Players','players_dallas2004.htm',null],
			['Schedule','schedule_home2004.htm',null],
			['Rules & Regulations','rules_dallas2004.htm',null],
		    ['Flyer','Documents/dallas_2004Tournament Flyer.pdf',null]


	    ],
	    
	    ['Arkansas University Tournament','arkansas_2005.htm',null,
			['Players','',null],
			['Results','',null],
			['Photo Gallery','',null]
		   
	    ],
	    
	    
	    
		
	],
	['Activities', null, null,
		['Practice Sessions', 'activities.htm'],
		['Future Tournaments','news.htm'],
		
	],
	
	['News', null, null,
		['Annoucements','news.htm'],
		
	],
	
	
	['Members', null, null,
		['Registration', 'registration.asp'],
		['Disclaimer','http://www.smu.edu/recsports/clubsports/cricket/Documents/Disclaimer.pdf'],
		['Directions','driving_directions.htm'],

	],
	
	['Contact', 'contact.htm', null,
			
	],

];


