// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
		['ABOUT US', null, null,
		['Company Profile', 'content.aspx?cId=1'],
		['Vision / Mission', 'content.aspx?cId=2'],
		['Why Grove?', 'content.aspx?cId=3'],
		['Vice President&acute;s Page', 'content.aspx?cId=30'],		
		['Our Group', 'content.aspx?cId=5']
	],
	
	
		['PRODUCTS',  null, null,
		['GromaX', 'content.aspx?cId=6'],
		['Grove Insight', 'content.aspx?cId=7'],
		['PrintEst', 'content.aspx?cId=8']
	],
		['SERVICES',  null, null,
		['IT Outsourcing Services','#',,['RIMS','Rims.aspx' ],['Information Security','content.aspx?cId=10' ],['Data Centers','content.aspx?cId=11']],
		['Professional Services','#',,['Application Development','content.aspx?cId=14' ],['Web Solutions','content.aspx?cId=16' ]]
	],
			
		['INDUSTRIES',  null, null,
	 	['Banking ', 'content.aspx?cId=17'], 
	 	['Food & Agriculture', 'content.aspx?cId=18'],
	 	['Manufacturing', 'content.aspx?cId=19'],
	 	['Chemical', 'content.aspx?cId=20']
	],
		
		['CAREERS',  null, null,
		['Grove Culture', 'content.aspx?cId=21'],
		['Current Openings', 'Careers.aspx'],
		['Employee Speak', 'employeeSpeak.aspx']
	
	
	],
	    
	
			['CONTACTS',  null, null,
		['Become a Partner', 'content.aspx?cId=23'],
		['Request a Quote', 'quoteRequest.aspx'],
		['Call for a Demo', 'demoCall.aspx'],
		['Reach us', 'content.aspx?cId=24']
		]	
	];


//['PARTNERS',  'content.aspx?cId=25', null,
	//],