/*
  --- 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 = [
	['Home', null, null,
		['Our Services', 'http://www.ledsite.com'],
		['Who we are', 'http://www.ledsite.com/about'],
		['Stuff we sell', 'http://www.ledsite.com/stuffwesell'],
	['Careers','http://www.ledsite.com/jobs'],
    ['Contact', null, null,
			['Get in touch','http://www.ledsite.com/contact'], 
				['Request Quote','http://www.ledsite.com/order'],
				['Order','http://www.ledsite.com/order'],				
			],
	],
	['Display Signs', null, null,
		['BetaBrite One Line Indoor', 'http://www.ledsite.com/betabrite'],
		['Indoor One Line', 'http://www.ledsite.com/indooroneline'],
		['Indoor Two Line', 'http://www.ledsite.com/indoortwoline'],
		['Indoor Three and Four Lines', 'http://www.ledsite.com/indoorthreefourline'],
		['Indoor Four and Five Lines', 'http://www.ledsite.com/indoorfourfiveline'],
		['Indoor Multi Lines', 'http://www.ledsite.com/indoormultiline'],
		['Indoor Message', 'http://www.ledsite.com/indoormess'],
		['Serial LED Clock', 'http://www.ledsite.com/indoorclock'],
		['Indoor Window Display', 'http://www.ledsite.com/indoorwindowdisp'],
		['Outdoor Full Colour', 'http://www.ledsite.com/outdoorfullcolor'],
        ['Roadstar Series', 'http://www.ledsite.com/outdoorRoadStar'],
        ['Outdoor Time & Temp', 'http://www.ledsite.com/outdoortimetemp'],
		['Point-of-Sale Displays', 'http://www.ledsite.com/pos']


	],
	['Customer Solutions', null, null,
		['Auto Market(Dealerships)', 'http://www.ledsite.com/autod'],
		['Theatre Signs/Marquees', 'http://www.ledsite.com/theatre'],
		['Financial Market Applications', 'http://www.ledsite.com/bank'],
		['Religious Applications', 'http://www.ledsite.com/church'],
		['Corporate Applications', 'http://www.ledsite.com/corp'],
		['Self Storage Applications', 'http://www.ledsite.com/self-storage'],
		['Restaurants & Quick Services', 'http://www.ledsite.com/restaurant'],
		['Hotels and Motels', 'http://www.ledsite.com/hotels'],
		['Retail Market Advertising', 'http://www.ledsite.com/retailmarket'],
		['Schools and Universities', 'http://www.ledsite.com/schools'],
		['Manufacturing', 'http://www.ledsite.com/mgprod1'],
		['Industrial Displays', 'http://www.ledsite.com/media/indselection'],
		['Transportation Signs', 'http://www.ledsite.com/media/transitselection'],
		['Gas Price Display', 'http://www.ledsite.com/gasbar']

	],
	['Presentation Displays', null, null,
		['What display is right?', 'http://www.ledsite.com/whatdisplay'],
		['What is digital signage?','http://www.ledsite.com/digitalsignage'],
		['LCD','http://www.ledsite.com/lcd'],
		['Plasma','http://www.ledsite.com/plasma'],
        ['DLP Projection','http://www.ledsite.com/dlpprojection'],
	],
	['Operational Software', null, null,
		['All Software Products', 'http://www.ledsite.com/software'],
		['ALPHA Net','http://www.ledsite.com/software/alphanet'],
		['ALPHA Marquee/ActiveX','http://www.ledsite.com/software/activex'],
		['ALPHA Messaging','http://www.ledsite.com/software/alphamess'],
		['BetaBrite Messaging','http://www.ledsite.com/betabrite/software'],
		['Smart Alec','http://www.ledsite.com/software/smartalec'],
		['ALPHA Automation Software','http://www.ledsite.com/software/automation'],
		['Simply Theatre','http://www.ledsite.com/software/simplytheatre'],
		['ALPHA Ethernet Adapter','http://www.ledsite.com/software/eitheradapt'],
		['ALPHA Gateway Interface','http://www.ledsite.com/software/gatewinterf'],
		['ALPHA Discrete Input Module','http://www.ledsite.com/software/discinputinterf'],
		['ALPHA Sign Comm. Protocol','http://www.ledsite.com/media/97088096'],
		['Alphamation Software Examples','http://www.ledsite.com/alphamation']

	],
	['Selection Advice', null, null,
		['What is an LED display?', 'http://www.ledsite.com/progdisplay'],
		['Can you afford an LED sign?', 'http://www.ledsite.com/afford'],
		['Why you need LED signs', 'http://www.ledsite.com/whyuneed1'],
		['Attract Attention with LED signs', 'http://www.ledsite.com/whyuneed2'],
		['Right Sign For Your Needs', 'http://www.ledsite.com/signselection'],
        ['Benefits of LED displays', 'http://www.ledsite.com/savings']
		
	],
];
