/* --- menu items --- */
var MENU_ITEMS = [
['Profile', 'profile.htm'],
	['Product Range', 'product.htm',
			['New Arrivals', 'new-main.htm'],
			['Home Appliances', 'homeapp-main.htm',
					['Iron', 'homeapp-iron.htm'],
					['Ceiling Fan', 'homeapp-ceilingfan.htm'],
					['Table Fan', 'homeapp-tablefan.htm'],
					['Exhaust Fan', 'homeapp-exhaustfan.htm'],
					['Toaster', 'homeapp-toaster.htm'],
					['Nonstick Cookware', 'homeapp-nonstick.htm'],
					['Other Range', 'homeapp-other.htm'],
					
			],
			
			['Stainless Steel', 'utencil-main.htm'],
			
			['Mechanical', 'mechanical-main.htm'],
			
			['Video Door Phone', 'video-main.htm'],
			
			['Pcd / Tsp', 'pcd-main.htm'],
			
			['Stationary', 'stationary-main.htm'],
			
			['Speakers', 'speakers-main.htm'],
			
			['Cables', 'cables-main.htm'],										
	       
	],
	
	['Services', 'services.htm'],
	
	['Our Policy', 'ourpolicy.htm'],
	
	['Inquiry Form', 'inquiry.asp'],
	
	['Useful Links', 'usefullinks.htm'],
	
	['Contact Us', 'contactus.htm'],
]; 

