/*
  --- 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 = [
	['Contact EssentialNET','contact.html'],
	['Solutions', null, null,
		['WAN Optimisation', null, null,
			['Riverbed', 'riverbed001.html'],
			['Riverbed Mobile Client', 'riverbed-mobile001.html'],
			['Replify Reptor', 'replify001.html'],
		],
		['Adaptive Private Networking', null, null,
			['Talari APN', 'talari001.html'],
		],
		['HD Video conferencing', null, null,
			['LifeSize', 'lifesize001.html'],
		],
		['Backup and Operational Recovery', null, null,
			['InMage Operational Recovery', 'inmage001.html'],
			['Falconstor CDP', 'falcon001.html'],
			['InMage Remote Server Centralised Backup', 'inmage002.html'],
			['Sonicwall CDP', 'cdp001.html'],
		],
		['Storage and VTL', null, null,
			['Falconstor Storage Virtualisation', 'falcon001.html'],
			['Hitachi SMS', 'hds001.html'],
			['Hitachi AMS2100', 'hds002.html'],
			['Hitachi AMS2300', 'hds003.html'],
			['Infortrend ESVA', 'infortrend001.html'],
		],
		['Server Virtualisation', null, null,
			['Citrix XENServer', 'citrix001.html'],
			['PlateSpin Power Recon', 'platespin001.html'],
			['PlateSpin Power Convert', 'platespin002.html'],
		],
		['VDI', null, null,
			['Kaviza VDI', 'kaviza001.html'],
			['Citrix VDI', 'citrix002.html'],
		],
		['Microsoft Windows Management', null, null,
			['RES', 'res001.html'],
		],
		['Email Archiving', null, null,
			['Marshal', 'marshal001.html'],
		],
		['Internet Optimisation and Load Balancing', null, null,
			['Zeus Technology - ZXTM', 'zeus001.html'],
		],
	],
	['Products', null, null,
		['Citrix', null, null,
			['XenServer', 'citrix001.html'],
			['XenApp', 'citrix002.html'],
		],
		['Exagrid', null, null,
			['Overview', 'exagrid001.html'],
		],
		['FalconStor', null, null,
			['Overview', 'falcon001.html'],
		],
		['Hitachi', null, null,
			['SMS 100', 'hds001.html'],
			['AMS 2100', 'hds002.html'],
			['AMS 2300', 'hds003.html'],
		],
		['InMage', null, null,
			['Overview', 'inmage001.html'],
		],
		['Kaviza', null, null,
			['Overview', 'kaviza001.html'],
		],
		['Lifesize - HD Video Conferencing', null, null,
			['Overview', 'lifesize001.html'],
		],
		['PlateSpin', null, null,
			['Power Recon', 'platespin001.html'],
			['Power Convert', 'platespin002.html'],
		],
		['PatchSee - The Cable Patching Solution', null, null,
			['Overview', 'patch001.html'],
			['Demonstration', 'http://www.essential-net.co.uk/patchRJ45-2.swf']
		],
		['RES - Microsoft Windows Management', null, null,
			['PowerFuse', 'res001.html'],
			['PowerWisdom', 'res002.html'],
		],
		['Replify', null, null,
			['Reptor', 'replify001.html'],
		],
		['Riverbed WAN Performance Enhancement', null, null,
			['Riverbed', 'riverbed001.html'],
			['Riverbed Mobile Client', 'riverbed-mobile001.html'],
			['Riverbed Version 5', 'riverbedversion5001.html'],
			['Flash Demo - General', 'http://www.essential-net.co.uk/ShortDemoResale.swf'],
            ['Flash Demo - Product', 'http://www.essential-net.co.uk/rbtdemo.swf'],
        ],
		['Talari', null, null,
			['Overview', 'talari001.html'],
			['Multipath Bandwidth Spectromatry', 'talari002.html'],
			['Resilient Multipath Connectivity', 'talari003.html'],
			['How it fits', 'talari004.html'],
			['T200', 'talari005.html'],
			['T700', 'talari006.html'],
			['T3000', 'talari007.html'],
			['Appliance Overview', 'talari008.html'],
		],
		['Zeus - Internet Optimisation and Load Balancing', null, null,
			['Zeus Technology - Overview', 'zeus001.html'],
			['ZXTM', 'zeus002.html'],
		],
	],
	['Customers and <br>Support', null, null,
		['Contact Support', 'http://87.224.79.170/sw/webfrontend/'],
		['Downloads', 'ftp://87.224.79.170']
	],
	['About EssentialNET', null, null,
		['Company Overview','about.html'],
		['Careers','careers.html'],
		['News','news.html']
	],
];


/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function pupup (text) {
	return '<table border=0 cellpadding=0 cellspacing=0><tr><td rowspan="2" bgcolor="#006699" valign="top" style="font-decoration: none;">'
		+ text + '</td></tr></table>';
}