/*
  --- 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', 'http://www.ofek.co.in/'],
	
	['Services', null, null,
		['Web Development', 'http://www.ofek.co.in/services/web_development.php'],
		['Software Development', 'http://www.ofek.co.in/services/software_development.php'],
		['Multimedia', 'http://www.ofek.co.in/services/multimedia.php'],
		['eCommerce', 'http://www.ofek.co.in/services/ecommerce.php'],
		['Web Hosting', 'http://www.ofek.co.in/services/webhosting.php'],
		['Domain Names', 'http://www.ofek.co.in/services/webhosting.php'],
	],
	
	['Products', null, null,
		['Academia', null, null, 
				['Academia Ec', 'http://www.ofek.co.in/products/academia.php'],
				['Academia Pro', 'http://www.ofek.co.in/products/academia_pro.php']
		],
		['Sanitarium', null, null,
			['Sanitarium EX', 'http://www.ofek.co.in/products/sanitarium.php'],
			['Sanitarium Pro', 'http://www.ofek.co.in/products/sanitarium.php']
		],
		['Guardian', 'http://www.ofek.co.in/products/guardian_hotel_management_software.php'],
		['HR & Payroll', 'http://www.ofek.co.in/products/payroll.php']
	],
	
	['Support', null, null ],
	
	['Careers', 'http://www.ofek.co.in/'],
	
	['Company', null, null,
		['Profile', 'http://www.ofek.co.in/about_ofek.php'],
		['News & Events', 'http://www.ofek.co.in/newsarchive.php'],
	],
	
	['Contact', null, null,
		['Address', 'http://www.ofek.co.in/address.php'],
		['Request For Proposal', 'http://www.ofek.co.in/contactus.php']
	],
];

