/*
  --- 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 = [/*
	['Balavihar Teachers', null, null,
		['Kg', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/kg.php", "_blank", null],
		['1st Grade',"http://chinmayasaaket.org/balavihar/teachers/teacherbios/firstgrade.php", "_blank", null],
		['2nd Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/secondgrade.php", "_blank", null],
		['3rd Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/thirdgrade.php", "_blank", null],
		['4th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/fourthgrade.php", "_blank", null],
		['5th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/fifthgrade.php", "_blank", null],
		['6th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/sixthgrade.php", "_blank", null],
		['7th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/seventhgrade.php", "_blank", null],
		['8th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/eigthgrade.php", "_blank", null],
		['9th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/ninthgrade.php", "_blank", null],
		['10th,11th,12th Grade', "http://chinmayasaaket.org/balavihar/teachers/teacherbios/tenthplusgrade.php", "_blank", null]
	]*/
];


