/*
  --- 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 = [
	['IIKA Home', 'index.html', {'tw' : '_parent'}],
	['Overview', 'overview.html', {'tw' : '_parent'}],
	['&#187;Isshin-Ryu History', null, null,
		['Where is Okinawa', 'Okinawa.html', null,
		],
		['Martial Arts Develops', 'development.html', null,],
			['&#187;Shimabuku`s Influence', null, null, 
				['History of Shimabuku', 'shimabukuhistory.html'],
				['Shorin-Ryu & Goju-Ryu', 'shorinryuandgojuryu.html'],
				['History of Mizu-Gami', 'historyofmisugami.html']
			],
		['12 Isshin-Ryu Features', '12isshinryufeatures.html'],
		['Isshin-Ryu Code', 'isshinryucode.html'],
	],
	['&#187;IIKA History', null, null,
		['IIKA Origin', 'iikahistory.html'],
		['Isshin-Ryu in the US', 'isshinryuinusa.html'],
		['Harold Long Bio', 'haroldlongbio.html'],
		['Harold Long`s Influence', 'haroldlonginfluence.html'],
		['IIKA Development', 'iikadevelopment.html'],
	],
	['&#187;IIKA Board', null , null,
		['&#187;Board of Directors', null, null,
			['J.C. Burris', 'iikabodjcburris.html'],
			['Tommy True', 'iikabodthtrue.html'],
			['Phillip McElroy', 'iikabodpemcelroy.html'],
			['Jim McDonald', 'iikabodjmcdonald.html'],
			['David Gabbard', 'iikaboddgabbard.html'],
			['Kelly Markham', 'iikabodkmarkham.html'],
			['Scott Shamblin', 'iikabodscottshamblin.html'],
			['Carol Burris', 'iikabodcburris.html'],
			['Jerry Smith', 'iikabodjsmith.html'],
			['Mike Lewis', 'iikabodmlewis.html'],
			['Donald Bordinger', 'iikaboddlbordinger.html'],
			['Sandra Strong', 'iikabodsystrong.html'],
			['Tony Williams', 'iikabodtonywilliams.html'],
		],
		['&#187;Honorary Members', null, null,
			['Maurice Msarsa', 'iikahonmmsarsa.html'],
			['Bruce Guillaume', 'iikahonbguillaume.html'],
		],
		['&#187;Advisory Board', null, null,
			['Pete Simmons', 'iikaadvpsimmons.html'],
			['Ridge Richardson', 'iikaadvrrichardson.html'],
			['Ron Cain', 'iikaadvrcain.html'],
			['Michael Taylor', 'iikaadvmichaeltaylor.html'],
		],
	],
	['Ladies of Isshin-Ryu Ladies', 'LadiesofIsshinryu.html', null,],
	['&#187;Newsletters', null, null,
		['What`s New', 'http://iika.com/iikanewsletters/whatsnew.html'],
		['Archives', 'newsletterarchives.html'],
	],
	['&#187;Events Calendar', null, null,
		['2010', 'iika2010calendar1.htm'],
		['2009', 'iika2009calendar1.htm'],
		['2008', 'iika2008calendar1.htm'],
		['2007', 'iika2007calendar1.htm'],
	],
	['Tournament Rules', 'tournamentrules.html', null,],
	['Rank Requirements', 'iikarankrequirements.html', null,],
	['Pioneers', 'pioneers.html', {'tw' : '_parent'}],
	['&#187;Join The IIKA', null, null,
		['Black Belt Membership', 'blackbeltmembership.html'],
		['Annual Dojo Dues', 'annualdojodues.html'],
	],
	['Find A Dojo', 'findadojo.html', null,],
	['&#187;Contact Us', null, null,
		['News & Submissions', 'mailto:iikaeditor@iika.com'],
		['IIKA Membership', 'mailto:membership@iika.com'],
		['Webmaster', 'mailto:iikaweb@iika.com'],
	],
	['&#187;Directions', null, null,
		['Athens Tennessee', 'athens.html'],
		['Cherokee High School', 'CherokeeHighSchool.html'],
		['Gatlinburg Tennessee', 'gatlinburg.html'],
		['Lebanon Tennessee', 'lebanon.html'],
		['Dayton Tennessee', 'rheacentralelementary.html'],
		['Rogersville Tennessee', 'rogersville.html'],
	],
	['Reference Sources', 'reference.html', null,],
	['IIKA Nationals', 'http://www.iikanationals.com:80', null,],
];

