/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME', 'index.html', null],
	['&nbsp;PRODUCTS', 'products.html', null,
		['Two-Way Radios', null, null,
			['Handheld', null, null,
				['Motorola','products.php?category=portable&brand=Motorola'],
				['Entel','products.php?category=portable&brand=Entel'],
			],
			['Mobile Radios', null, null, 
				['Motorola','products.php?category=mobile&brand=Motorola'],
				['Kenwood','products.php?category=mobile&brand=Kenwood'],
			],
			['Repeaters', null, null,
				['Motorola', 'products.php?category=repeaters&brand=Motorola'],
				['Kenwood', 'products.php?category=repeaters&brand=Kenwood'],
			],
			['Accessories','products.php?category=accessories&brand=McKay'],
		],
		['Wireless Broadband', null, null,
			['iBurst','iburst.html'],
			['Unwired','unwired.html'],
			['Telstra','telstra.html']
		],
		['Vodafone', null, null,
			['Prepaid plans','prepaid.html'],
			['Mobile Phones','mobiles.html']
		],
		['Computer Products', null, null,
			['Apple','apple.html'],
			['Acer','acer.html'],
			['Printers','printers.html'],
			['Accessories','comp_accessories.html']
		],
	],
	['&nbsp;&nbsp;&nbsp;SERVICES', 'consulting.html', null,
		['Cable Testing','cable_testing.html'],
		['Communications Consulting', 'consulting.html'],
	],
	['&nbsp;&nbsp;&nbsp;RENTALS', 'rentals.html', null,
		['Two-Way Radios', null, null,
			['Handheld', null, null,
				['Motorola','products.php?category=portable&brand=Motorola'],
				['Entel','products.php?category=portable&brand=Entel'],
			],
			['Mobile Radios', null, null, 
				['Motorola','products.php?category=mobile&brand=Motorola'],
				['Kenwood','products.php?category=mobile&brand=Kenwood'],
			],
			['Repeaters', null, null,
				['Motorola', 'products.php?category=repeaters&brand=Motorola'],
				['Kenwood', 'products.php?category=repeaters&brand=Kenwood'],
			],
			['Accessories','products.php?category=accessories&brand=McKay'],
		],
		['Wireless Broadband', null, null,
			['iBurst','iburst.html'],
			['Telstra','telstra.html']
		],
		['Mobile Devices', null, null,
			['GSM','gsm.html'],
			['CDMA','cdma.html'],
			['Satellite','globalstar_r290.html']
		],
		['Computer Products', 'apple.html', null],
	],
	['&nbsp;ABOUT US', 'contact.html', null,
		['Company Profile', 'profile.html'],
		['Recent Projects', 'projects.php'],
		['Company Contacts', 'contact.html'],
	],
];


var MENU_HOME = [['&nbsp;HOME','index.html', null]];

