/*
  --- 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 = [
	['Home', '/'],
	['Administration', null, null,
		['Introduction to SC AAU Baseball', '/introduction.html'],
		['How Do I Start an AAU Baseball Team?','/aau_faq.html'],
		['Registration Information','/registration.html'],
		['Rules, Regulations &amp; Standardizations','/2006_standardizations.html'],
		['How to Qualify for National Championships','/how_to_qualify.html'],
		['New Point System for 2006','/2006_point_system.html']
	],
	['Forms', '/forms.html'],
	['Tournament Information', null, null,
//		['National Championships Information','/national.html'],
		['Open Invitational Tournament','/tournament.html'],
		['State Qualifier Tournament','/qualifier.html']
	],
	['Point Totals', null, null,
	 	['Sanctioned Tournament Point System','/points.html'],
		['Team Point Totals','/point_totals.html'],
	],
	['National Championships', null, null,
	 	['Complete List', 'http://www.aaubaseball.org/', {'tw' : '_blank'}],
//		['Division 1 Nationals', 'http://www.aaubaseball.org/pages/tournaments/div1national.html', {'tw' : '_blank'}],
//		['Division 2 Nationals', 'http://www.aaubaseball.org/pages/tournaments/div2national.html', {'tw' : '_blank'}],
//		['West Coast Nationals', 'http://www.aaubaseball.org/pages/tournaments/west-tournaments.html', {'tw' : '_blank'}],
//		['Winter Nationals', 'http://www.aaubaseball.org/pages/tournaments/winter.html', {'tw' : '_blank'}]
	],
	['Team Information', null, null,
	 	['Contact Information for Teams','/contact.html'],
     	['Achievements of Note','/achievements.html']
	],
	['National AAU Links', null, null,
	 	['National AAU Sports','http://www.aausports.org', {'tw' : '_blank'}],
		['National AAU Baseball','http://www.aaubaseball.org', {'tw' : '_blank'}],
		['Regional AAU Baseball','http://www.aauregionalbaseball.com', {'tw' : '_blank'}],
		['AAU Association Links','http://www.scaaubaseball.org/links_association.html'],
		['2006 Junior Olympics','http://www.aaujrogames.org', {'tw' : '_blank'}],
		['2006 AAU Baseball Handbook','http://www.aausports.org/default.asp?a=pg_Baseball_Handbook.htm', {'tw' : '_blank'}],
		['2006 AAU By-Laws and Codebook','http://www.aausports.org/default.asp?a=pg_codebook.htm', {'tw' : '_blank'}],
		['National AAU Baseball Message Board','http://www.aaubaseball.org/pages/message.html', {'tw' : '_blank'}],
		['National Federation High School Rules','http://www.nfhs.org/scriptcontent/va_Custom/vimdisplays/newspage.cfm?category_ID=4&Title=Baseball%20Sports/Rules%20Information&ItemTitle=Item&ShowArchive=No&NewsHeader=bb&NewsFooter=BB_FOOT', {'tw' : '_blank'}],
		['Positive Coaching Alliance','http://www.positivecoach.org', {'tw' : '_blank'}]
	],
	['Palmetto Diamond Links', null, null,
	 	['South Carolina AAU Team Web Site Links','/links_team.html'],
		['College Baseball Programs','/links_sccollege.html'],
		['NCAA Diamond Links','/links_ncaa.html']
	],
//	['SC AAU Message Board', '/cgi-bin/yabb/YaBB.cgi'],
	['Bullpen', null, null,
	 	['Map of South Carolina','/sc_map.html'],
		['Weather','/weather.html'],
		['Tips for Making Your Own AAU Web Page','/webpagetips.html']
	]
];
