/* --- menu items --- */
var MENU_ITEMS2 = [
	['About Us', 'aboutus.htm'
			],
	['Car Models', null,
					['Santro ', 'sntext.htm'],
					['Accent', null,
						['Accent', 'accext.htm'],
						['Accent Viva', 'vivaext.htm'],
					],
					['Sonata', 'sonext.htm'],
					['Terracan', 'terracan-ext.htm'],
					['Elantra', 'elantra-ext.htm'],
					['Getz', 'getzext.htm'],
	],
	['Sales', null,
					['Buy Online ', 'buyonline.htm'],
					['Corporate Clients', 'clients.htm'],
					['Finance Schemes', 'finance.htm'],   
					['Extended Warranty', 'warranty.htm'],
					['Upgrade Your Car', 'upgrade.htm'],
					['Comparison Chart', 'compare.htm'],
	],
	['Service', null,
		['Integrated Workshop','workshop.htm'],
		['Service Reminder','reminder.htm'],
		['Service support','support.htm'],
	],
	['Talk To Us', null,
		['Customer Relations','program.htm'],
		['Feedback','feedback.htm'],
	],
	['Recognition ', null,
		['Testimonials','testimonial.htm'],
		['Awards','award.htm'],		
	],
	['Godawri Care', null,
		['Do It Your Self','doit.htm'],
		['Fuel Saving Tips','fueltips.htm'],
		['Safe Driving Tips','driving.htm'],
	],
	['Contact Us', 'contact.htm'
	],
				
	
];
