/* --- menu items --- */
var MENU_ITEMS = [
	['Home ::', 'index.htm',
		 ['About Us ::', 'aboutus.htm',],
		 ['Contact ::', 'contact.htm',],
         ['Directions ::', 'directions.htm',],
         ['Awards ::', 'awards.htm',],        
				],
	
	['Voice ::', 'voice.htm',
		['Mitel ::', 'mitel.htm'],
		['AT&T::', 'bellsouth.htm'],
		['NEC ::', 'nec.htm'],
				],

	['Data ::', 'data.htm',
		['HP ::', 'hp.htm'],
		['ADTRAN ::', 'adtran.htm'],
				],
		
	['Services ::', 'services.htm', 
		['Installation ::', 'installation.htm'],
	    ['Support ::', 'support.htm', 
/*			    ['Trouble Ticket::', 'troubleticket.htm', ], */
				['Mitel Documentation', 'http://edocs.mitel.com/UG/index.html'],
				['NEC Aspire Interactive', 'http://www.necaspire.com/necaspire/demos/Interactive_demos/interactive_aspire/main.html'],
				['Time Change Mitel 4150', 'superset4150.htm',],
				['Time Change NEC 28i', 'nec28i.htm',],
	   			['Time Change Nitsuko Portrait', 'nitsukoportrait.htm',],
	    		['Time Change Onyx VS', 'onyxvs.htm',],
					],

		],
	['CNC2 ::', 'http://www.cnc2.info', 
		],		

];


