/*
  --- 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',  'index2.php'],
	['Update News',  'Eng_updatenews.php'],
	['Product', null, null,
		['STR Account Typical Edition', null, null,
			['Feature', null, null, 
				['Objective', 'Eng_objective.php'],
				['Strong Point', 'Eng_point.php'],
				['Program Feature', 'Eng_feature.php'],
				['Qualifications', 'Eng_qualifications.php'],
				['Example of the report', 'Eng_exreport.php'],
			],
			['Download', null, null,
				['Update','Eng_program_down.php'],
				['Help / Manual','help.php'],
			],

		],
	],
	['Location', 'Eng_location.php'],
	['Contact', null, null,
		['Customer Relation','Eng_contact_cus.php'],
		['Job Application','Eng_contact_candidate.php'],
		['Staff Relation','employee/login.php','_blank'],
	],
	['Accounting Definition','AccDictionary/Search.php'],

	 ['FAQ','http://forum.straccount.com','_blank'],
];


