/*
  --- 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 = [
	['Products & Services', null, null,
		['Training Programs', 'training_programs.jsp', null],
		['Testing Services', 'testing_programs.jsp', null],
		['Pre-hire Assessment', 'prehire.jsp', null],
		['Venue Rental', 'venue.jsp', null]
	],
	['Training Programs', null, null,
		['Course List & Schedules', 'courselist.jsp', null],
		['Training Tracks', 'tt.jsp', null,
		     ['Java Programming', 'tt_java.jsp', null],
			 ['Oracle', 'tt_oracle.jsp', null],
			 ['Cisco', 'tt_cisco.jsp', null],
			 ['.NET', 'tt_net.jsp', null], 
			 ['C/C++ Programming', 'tt_cprog.jsp', null], 
			 ['Open Source Programs', 'tt_openso.jsp', null], 
			 ['Web Development', 'tt_web.jsp', null],
			 ['Office Automation', 'tt_office.jsp', null],
			 ['Other Courses', 'tt_customized.jsp', null]
		]
	],
	['Careers', null, null,
	    ['Technical Trainer', 'careers.jsp', null],
	    ['Courseware Developer', 'careers2.jsp', null],
	],
	['About Us', 'aboutus.jsp', null],
        ['Gallery', 'gallery.jsp', null],
	['Contact Us', null, null,
	     ['Contact Information', 'contactus.jsp', null],
		 ['Send Feedback', 'sendfeedback.jsp', null]
	]
];

