// menu_items.js file
// comments block here

var MENU_ITEMS =[
	['Company', null, null,
		['Home', 'http://www.sstel.com/home.htm', null],
		['Our Goals', 'http://www.sstel.com/goals.htm', null],
		['Company Profile', 'http://www.sstel.com/profile.htm', null],
		['Our Customers', 'http://www.sstel.com/customers.htm', null],
		['Contact Information', 'http://www.sstel.com/contact.htm', null]
	],
	['Services', null, null,
		['Business Systems', 'http://www.sstel.com/business_systems.htm', null],
		['Installation', 'http://www.sstel.com/installation.htm', null],
		['Repair', 'http://www.sstel.com/repair.htm', null],
		['Consulting/Training', 'http://www.sstel.com/consulting.htm', null],
		['Moves/Relocation', 'http://www.sstel.com/moves_relocation.htm', null],
		['Cabling', 'http://www.sstel.com/cabling.htm', null],
    	      ['Cameras', 'http://www.sstel.com/camera.htm', null]
	],
	['Solutions', null, null,
		['Messaging', 'http://www.sstel.com/messaging.htm', null],
		['Partner', 'http://www.sstel.com/partner.htm', null],
		['Call Centers', 'http://www.avaya.com', 'newframe'],
		['Accessories', 'http://www.avaya.co.uk/Products_&_Services/System_Add_ons/default.asp', 'newframe'],
		['Ad-On-Hold', 'http://www.adonhold.com', 'newframe'],
	],

	['Support', null, null,
		['Sales Inquiry', 'http://www.sstel.com/infoRequest.shtml', null],
		['Partner Help', 'http://www.sstel.com/pdf/partner_faq.pdf', 'newframe'],
		['Search SSTel.com', 'http://www.sstel.com/search.htm', null]
	]
];