/*
  --- menu items --- 
  
*/
var LEFT_ITEMS = [
	['Project Profiles', null,null,
		['Service Industries','project/service/ambulance.php'],
		['Food Process','project/food/amchur.php'],
		['IT','project/IT/bpo.php'],
		['Herbal','project/herbal/ala_veo.php'],
		['Packaging','project/package/air_bubble_packaging.php'],
		['Rubber','project/rubber/auto_floor.php'],
		['Engineering','project/engineer/aluminium_circle.php'],
		['Plastic Industries','project/plastic/abs_injection.php'],
		['Chemical Industries','project/chemical/acid_slurry.php'],
		['Other Industries','project/other_ind/agarbathi.php'],
	],
	
	
	['Business Start Up Guide', null, null,
		['Introduction','bg_intro.php'],
		['Setting up a business?','bg_starting_bus.php'],
		['Business Organization','bg_bus_org.php'],
		['Marketing Strategy','bg_market.php'],
		['Business Promotion','bg_promotion.php'],
		['Project Feasibility','bg_project_feasibility.php'],
		['Financial Support','bg_fin_source.php'],
		['SSI Registration','bg_ssi.php'],
		['Export Business','bg_export.php'],
		['Various Taxes','bg_tax.php'],
	],
	
	
	
	['Business Interviews', 'interview.php'
	],
	
	
	['Business Collaboration', null, null,
		['Introduction','bc_intro.php'],
		['Partners', 'bc_partner.php'],
		['Exporters','bc_exporter.php'],
		['Importers','bc_importer.php'],
	],
	
	
	['Business Opportunity', 'bus_opportunity.php'
	],

	['Business Forum', 'forum.php'
		
	],

	
	['Business Directory', null,null,
		['Introduction','bd_intro.php'],
		['Manufacturing Export','bd_manufacture.php'],
		['Trading','bd_trading.php'],
		['Services','bd_service.php'],
		['Export/Import','bd_export_import.php'],
	],
	
	['Applying for PAN', 'pan.php'
	],
	
	['Job Vacancies', null,null,
		['Introduction','job_intro.php'],
		['Job Offer','job_offer.php'],
		['Job Seeking','job_seeker.php'],
	],
	
	['Website Links', 'links.php'
	],
	
	['Photo Gallery', 'gallery.php'
	],
];

