/*
  --- 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 = [
	['Services', null, null,
		['Software R&D', 'development.php'],
		['InterviewPro', null, null,
			['Job Seeker', "http://www.interviewpro.com"],
			['Employer', "http://company.interviewpro.com"],
			['Advertiser', "http://company.interviewpro.com"],
		],
		['Web Hosting', 'http://webhosting.solutionpal.com'],
		['Tax Service', 'http://tax.solutionpal.com'],
	],
	['Products', null, null,
		['FileCam', 'http://filecam.solutionpal.com'],
		['ColorChanger', 'http://software.solutionpal.com/ColorChanger']
	],
	['Press Releases', null, null,
		['Marketplace', 'marketpal_pr.php'],
		['FileCam Release', 'fc_pr.php'],
		['Advertisement Service', 'ipad.php'],
		['Examination Service', 'exam_pr.php'],
		['Web Hosting Service', 'hosting_pr.php']
	],
	['About Us', null, null,
		['Contact Us', 'soft_contact_us.php'],
		['Our Customers', 'our_customer.php']
	],
];


