/*
  --- 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 = [
	['<img src="../images/topmenu/overview_new.gif" border="0" >', 'AutoSec_domestic_overview.html', null,],	
	['<img src="../images/topmenu/key_people_new.gif" border="0">', 'automotive_domestic_keypeople.htm', null,
	/*	['E-mail', '#'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['<img src="../images/topmenu/products_new.gif" border="0" >', null, null,
		['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">SUV', null,null,
		['Scorpio','automotive_domestic_products_SUV_scorpiooverview.htm'], 
		 ],
		
	
		['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">LCV', null,null,
		['Gio','automotive_domestic_products_LCV_giooverview.htm'], 
		 ],
		 
		['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">UV',null,null,
			['Bolero','automotive_domestic_products_bolerorangeoverview.htm'],
			['MaXX Range','automotive_domestic_products_UV_maxx_range.htm'],
			['Naya Commander 650 DI','automotive_domestic_products_UV_commander605DI.htm'],         
			['Savari','automotive_domestic_products_UV_savari.htm'],
			['Major','automotive_domestic_products_UV_mahindramajor.htm'],		
		],
		['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">Pik-Ups', null,null,
			['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">MaXX Pik-Ups', null,null,
			['DI Super engine ','automotive_domestic_products_pickup_mahindra_superengine.htm'],
			['Flat Bed ','automotive_domestic_products_pickup_mahindra_pickupfd.htm'],
			
			],
			['Bolero Camper DLX','automotive_domestic_products_pickup_bolero_camper_dlx.htm']
			/*['Mahindra Pik-Up','mahindra_pickup.htm'],*/
			],
		
		
		['<img src="../images/topmenu/tri.gif" align="right" vspace="4" hspace="1" border="0">3 Wheelers', null,null,	
			['Champion Range', 'champ_range_championrange.htm',null,
			 
			 /*['Pick-up Van ','champ_range_pik_up_van.htm'],
			 ['CNG Pick-Up Van ','champ_range_cng_pik_up_van.htm'],
			 ['Delivery Van ','champ_range_delivery_van.htm'],
			 ['Passenger Carrier','champ_range_passanger_carrier.htm'],*/
			 ],
			 
			['Champion Alfa Range','champ_range_alfarange.htm'],
			],
		],
		
	/*['<img src="../images/topmenu/dealer_network.gif" border="0">', null, null,
		['Product Page', 'http://www.javascript-menu.com/'],
		['Manufacturing Plante', '../'],
		['Documentation', 'http://www.javascript-menu.com/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.javascript-menu.com/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.javascript-menu.com/builder/'],
	],*/
	['<img src="../images/topmenu/manufacturing_plant_new2.gif" border="0">', 'automotive_domestic_manufacturingplant.htm', null,
	/*	['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']*/
	],
	/*['<img src="../images/topmenu/key_people.gif" border="0">', 'domestic_key_people.htm', null,
		['E-mail', '#'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	],*/
	['<img src="../images/topmenu/contact_us_new.gif" border="0">', 'automotive_domestic_contactus.htm', null
	/*	['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']*/
	],
	

];

