/*
  --- 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 = [
	['Axiom Business Systems','business-systems.html', {'tw' : 'fraContent'}],
	['Private Branch Exchange',null, null,
		['Avaya',null, {'tw' : 'fraContent'},
			['Small Office Edition','products/avaya/small_office_edition.html',{'tw' : 'fraContent'}],
			['IP401','products/avaya/IP401.html',{'tw' : 'fraContent'}],
			['IP403','products/avaya/IP403.html',{'tw' : 'fraContent'}],
			['IP406','products/avaya/IP406.html',{'tw' : 'fraContent'}],
			['IP412','products/avaya/IP412.html',{'tw' : 'fraContent'}],
			['Handsets','products/avaya/handsets.html',{'tw' : 'fraContent'}],
		],
		['Panasonic',null, {'tw' : 'fraContent'},
			['KXT206E','products/panasonic/KXT206E.html',{'tw' : 'fraContent'}],
			['KXTA624E','products/panasonic/KXTA624E.html',{'tw' : 'fraContent'}],
			['KXTD612E','products/panasonic/KXTD612E.html',{'tw' : 'fraContent'}],
			['Handsets','products/panasonic/handsets.html',{'tw' : 'fraContent'}],
		],
		['British Telecom',null, {'tw' : 'fraContent'},
			['Pathway 181','products/bt/181.html',{'tw' : 'fraContent'}],
		],
	],
	['08XX Numbers', null, null,
			['0800 Freephone','numbers/0800.html',{'tw' : 'fraContent'}],
			['0845 Local Rate','numbers/0845.html',{'tw' : 'fraContent'}],
			['0870 National Rate','numbers/0870.html',{'tw' : 'fraContent'}],
			['0871 National Rate','numbers/0871.html',{'tw' : 'fraContent'}],
	],
	['Premium Rate Numbers', 'numbers/0906.html',{'tw' : 'fraContent'}],
	['Cheap Phone Calls', 'cheap_calls.html',{'tw' : 'fraContent'}],
	['Small Business Server', 'products/microsoft/sbs.html',{'tw' : 'fraContent'}],
	['Computer Hardware', null,null,
		['Dell', 'products/dell/dell.html',{'tw' : 'fraContent'}],
		['Linksys', 'products/linksys/linksys.html',{'tw' : 'fraContent'}],
	],
	['Miscellaneous Products', null,null,
		['Structured Cabling','products/misc/structured_cabling/index.html',{'tw' : 'fraContent'}],
		['Door Entry Systems',null,null,
			['Pantel','products/misc/pantel/index.html',{'tw' : 'fraContent'}],
			['Pancode','products/misc/pancode/index.html',{'tw' : 'fraContent'}],
		],
	],
	['Leasing Options', 'leasing.html',{'tw' : 'fraContent'}],	['Contact Us', 'contactus.html',{'tw' : 'fraContent'}],
];

var MENU_ITEMS2 = [
	['The Reception Desk', 'reception-desk/index.html', null],
	['Axiom Business Centres', 'business-offices/index.html', null],
];
