/*
  --- 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', 'index.htm'],
	['Rami', 'bio.htm', null,
		['Mission', 'mission.htm'],
		['Bio', 'bio.htm'],
		['Resum&eacute;', 'bio.htm#resume'],
		['Picture Gallery', 'slideshows/Ramel Rones Gallery/index.html'],
	],
	['Resources', 'resource.htm', null,
	 	['Newest Articles', 'resource.htm#new'],
		['Video', 'resource.htm#video'],
		['Martial Arts <img src="images/arrow.gif"  align="middle" border="0">', 'martialarts.htm', null,
			['Martial Arts', 'resource.htm#martial'],
			['Chi Kung', 'resource.htm#chikung'],
			['Tai Chi', 'resource.htm#taichi'],
			],
		['Meditation', 'meditation.htm'],
		['Yoga', 'yoga.htm'],
		['Elders', 'resource.htm#elders'],
		['Arthritis', 'resource.htm#arthritis'],
		['Cancer', 'resource.htm#cancer'],
		['Children', 'resource.htm#children'],
	],
	['Martial Arts', 'martialarts.htm', null,
		['External <img src="images/arrow.gif"  align="middle" border="0">', 'internalexternal.htm', null,
			['Long Fist', 'longfist.htm'],
			['White Crane', 'whitecrane.htm'],
			['Chin Na', 'chinna.htm'],
		],
		['Internal <img src="images/arrow.gif"  align="middle" border="0">', 'internalexternal.htm', null,
			['Tai Chi', 'taichi.htm'],
			['Ba Qua', 'baqua.htm'],
		],
		['Weapons', 'weapons.htm'],
		['Meditation <img src="images/arrow.gif"  align="middle" border="0">', 'meditation.htm', null,
			['Lying Down', 'meditation.htm'],
			['Sitting', 'meditation.htm'],
			['Standing', 'meditation.htm'],
			['Moving', 'meditation.htm'],
		],
	],	
	['Instruction', 'study.htm', null,
		['Clinic', 'clinic.htm'],
		['Classes', 'classes.htm'],
		['Seminars', 'seminars.htm'],
		['Programs <img src="images/arrow.gif"  align="middle" border="0">', 'programs.htm', null,
			['Elder', 'eldersprogram.htm'],
			['Arthritis', 'arthritisprogram.htm'],
			['Cancer', 'cancerprogram.htm'],
			['Children', 'childrensprogram.htm'],
		],
	],
	['Store', 'store.htm'],
	['Media Room', 'mediaroom.htm'],	
	['Contact', 'contact.htm'],
];

