/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','sb':'Megatron Home Page'}],
	['Services', null, null,
		['Networking ', 'networking.html', {'tw':'_self','sb':'Networking'}],
		['VoIP Systems', 'voip.html', {'tw':'_self','sb':'Voice Over Internet Protocol'}],
		['On-site Service', 'service.html', {'tw':'_self','sb':'On-site Service'}],		
		['Internet / Email', 'internet.html', {'tw':'_self','sb':'Internet, Sercurity and Email'}],
		['Data Cabling', 'datacabling.html', {'tw':'_self','sb':'Data Cabling'}],
		['Hardware', 'hardware.html', {'tw':'_self','sb':'Hardware'}],
		['Software', 'software.html', {'tw':'_self','sb':'Software'}],
		['Consulting ', 'consulting.html', {'tw':'_self','sb':'Computer Consultancy'}]
	],
    ['Products', null, null,
		['IP Phone PBX\'s', 'pbx.html', {'tw':'_self','sb':'What\'s New'}],
		['IP Phone Handsets', 'handsets.html', {'tw':'_self','sb':'What\'s New'}]
	],
	['Profile', 'profile.html', {'tw':'_self','sb':'Company Profile '}],
    ['What\'s New', null, null,
		['New Technology', 'new.html', {'tw':'_self','sb':'What\'s New'}],
		['IP Phone PBX\'s', 'pbx.html', {'tw':'_self','sb':'What\'s New'}],
		['IP Phone Handsets', 'handsets.html', {'tw':'_self','sb':'What\'s New'}]
	],	
	['Enquiry', 'enquiry.html', {'tw':'_self','sb':'Enquiry Form'}],
	['Contact ', 'contact.html', {'tw':'_self','sb':'Megatron Contact Information'}]
];


