// menu items structure. each item is the array of one or more properties:

var MENU_ITEMS = [
/*	['Download', 'alldownloads.php?start=0&page_record=0'
	],
*/
	['Download', null, null,
		['Download Free Software','free-software.php'],
		['Accounts Management System','download/ExpertsAMS.exe'],
		['Airline Ticketing System','download/ExpertsATS.exe'],
		['AutoMobile Sale System','download/ExpertsAMSS.exe'],
		['Fabric Sale System','download/ExpertsFSS.exe'],
		['Freight Forwarder System','download/ExpertsFFS.exe'],
		['Paper Mart Management System','download/ExpertsPMS.exe'],
		['Printing Costing System','download/ExpertsPCS.exe'],
		['Printing Press Accounting Sys','download/ExpertsPPAS.exe'],
		['PVC Pipe Factory System','download/ExpertsPPFS.exe'],
		['Restaurant Management System','download/ExpertsRMS.exe'],
		['Textile Accessories System','download/ExpertsTAS.exe'],
		['Umrah Package System','download/ExpertsUPS.exe'],
		['Visa Management System','download/ExpertsVMS.exe'],
	],

	['Profile','profile.php',null,
		
		['Company Profile','profile.php#company'],
		['Who We Are..?','profile.php#who'],
		['Business Exposure','profile.php#business'],
		['Vision & Mission','profile.php#vision'],
		['Our Clients','allclients-pg.php?start=0&page_record=0'],
				 // there must be no comma after the last element
	],

	['Software', null, null,
		['A - P', null, null,
			['Accounts & Financial System','accounts.php'],
			['Agri Engineering System','agri-engineering.php'],
			['Airline Ticketing System','airline-ticketing.php'],
			['AutoMobile Sale System','automobile-sale.php'],
			['Bakery Management System','bakery-sale.php'],
			['Engineering Works System','engineering-works.php'],
			['Fabric Sale System','fabric-sale.php'],
			['Food Industry System','food-industry.php'],
			['Freight Forwarder System','frieght-forwarder.php'],
			['Mart(Shop) Management System','mart-management.php'],
			['Passport Tracking System','passport.php'],
			['Payroll(HR) Management System','payroll.php'],
			['Printing Costing System','printing-costing.php'],
			['Printing Press Accounting Sys','printing-press-acc.php'],
			['PVC Pipe Factory System','pvc-pipe-factory.php']
		],
		['Q - Z',null,null,
			['Restaurant Management System','restaurant-management.php'],
			['Sale Management System','sales.php'],
			['Shoes Factory System','shoes-factory.php'],
			['Stitching Production System','stitching-production.php'],
			['Stock Management System','stock.php'],
			['Textile Accessories System','textile_accessories.php'],
			['Textile Processing System','textile-processing.php'],
			['Textile Spinning System','textile-spinning.php'],
			['Textile Weaving System','textile-weaving.php'],
			['Trading Management System','trading.php'],
			['Umrah Package System','umrah.php'],
			['Visa Management System','visa.php']
		],
	],
	
	['Website', 'websites.php?start=0&page_record=0'
	],
	
	['Services', 'services1.php', null,
		['Software Development','services1.php#sd'],
		['Website Development','services2.php#wd'],
		['Domain Registration & Hosting', null, null,
			['Small Business Plan','services1.php#domain'],
			['Enterprises Business Plan','domain.php']
		],
		['Desktop Application Dev','services1.php#dad'],
		['Network Application Dev','services1.php#nad'],
		['Inertnet Application Dev','services1.php#nad'],
		['E-Commerce Solution','services2.php#ecs'],
		['Graphics Designing','services2.php#gd'],
		['Hardware Interfacing','services2.php#hi'],
	],
	
	['Institute', null, null,
		['Professional Courses',null,null,
			['Software Development Course','software-development.php'],
			['Website Development Course','website-development.php']
		],
		['Short Courses',null,null, 
			['Adobe DreamWeaver','shortcourses1.php#ad'],
			['Adobe Flash','shortcourses1.php#af'],
			['Adobe PhotoShop','shortcourses1.php#ap'],
			['Corel Draw','shortcourses3.php#cd'],
			['Crystal Report','shortcourses3.php#cr'],
			['Internet & Email','shortcourses2.php#internet'],
			['Microsoft Access','shortcourses3.php#ma'],
			['Microsoft Front Page','shortcourses1.php#mfp'],
			['Microsoft SQL Server','shortcourses3.php#sql'],
			['Microsoft Visual Basic','shortcourses3.php#vb'],
			['PHP and MySQL','shortcourses1.php#php'],
			['Networking','shortcourses2.php#networking'],
			['Office Management','shortcourses2.php#office'],
			['ASP,ASP.net','shortcourses1.php#asp'],
			['Windows Installation','shortcourses2.php#windows']
		],

	],
	
	['Online Jobs','online-jobs.php', null,
		['Economic Package','online-jobs.php'],
		['Classic Package','online-jobs.php'],
		['Mega Package','online-jobs.php'],
		['Super Package 2','online-jobs.php'],
		['Super Package 3','online-jobs.php'],
	],

/*
	['Knowledge Base', null, null,
		['Microsoft Visual Basic 6.0.....','knowledge-base1.php'],
		['Microsoft SQL Server2000....','knowledge-base2.php'],
		['Adobe Creative Suit (CS)....','knowledge-base6.php'],
		['Crystal Reports....','knowledge-base3.php'],
		['Windows 2007 reliable are....','knowledge-base7.php'],
		['Important Features Of PHP....','knowledge-base4.php'],
		['MYSQL','knowledge-base5.php'],
	],
			
	['Resources', null, null,
	],
*/	
				
	
];
