/*
  --- 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;<img src="http://www.alive-systems.com/img/flecha.gif" width="14" height="13" border="0" />&nbsp;&nbsp;LA EMPRESA', 'http://www.alive-systems.com/empresa/index.html'],
	['&nbsp;&nbsp;&nbsp;<img src="http://www.alive-systems.com/img/flecha.gif" width="14" height="13" border="0" />&nbsp;&nbsp;PRODUCTOS', 'http://www.alive-systems.com/productos/index.html', null,
		['SERVICIOS INTERNET', 'http://www.alive-systems.com/productos/internet.html', null,
			['ALOJAMIENTO WEB', 'http://www.alive-systems.com/productos/internet/alojamiento.htm'],
			['SERVIDORES DEDICADOS', 'http://www.alive-systems.com/productos/internet/servidoresdedicados.htm'],
			['HOSTING DE SERVIDORES', 'http://www.alive-systems.com/productos/internet/hosting.htm'],
			['BACKUP REMOTO', 'http://www.alive-systems.com/productos/internet/backup.htm'],
			['MARKETING', 'http://www.alive-systems.com/productos/internet/marketing.htm'],
			['DISE&Ntilde;O WEB', 'http://www.alive-systems.com/productos/internet/disenoweb.htm']		
		],
		['COMUNICACIONES', 'http://www.alive-systems.com/productos/comunicaciones.html', null,
			['ADSL', 'http://www.alive-systems.com/productos/internet/adsl.htm'],
			['VPN', 'http://www.alive-systems.com/productos/internet/vpn.htm'],
			['VoIP', 'http://www.alive-systems.com/productos/internet/voip.htm'],
			['INTERNET GRATIS', 'http://www.alive-systems.com/productos/internet/acceso.htm']
		],
		['SEGURIDAD', 'http://www.alive-systems.com/productos/seguridad.html'],
		['REDES Y CABLEADO', 'http://www.alive-systems.com/productos/redes.html'],
		['SERVIDORES', 'http://www.alive-systems.com/productos/servidores.html'],
		['INFO-ELECTRONICA', 'http://www.alive-systems.com/productos/infoelectronica.html'],
		['PROGRAMACION C, C++, Flex, Flash, AS3, JAVA y PHP', 'http://www.alive-systems.com/productos/programacion.html']		
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://www.alive-systems.com/img/flecha.gif" width="14" height="13" border="0" />&nbsp;&nbsp;SERVICIOS', 'http://www.alive-systems.com/servicios/index.html'],
	['<img src="http://www.alive-systems.com/img/flecha.gif" width="14" height="13" border="0" />&nbsp;&nbsp;DISTRIBUCIONES', 'http://www.alive-systems.com/distribuidores/index.html', null,
		['HP-COMPAQ', 'http://www.alive-systems.com/distribuidores/hp.html'],
		['SUPERMICRO', 'http://www.alive-systems.com/distribuidores/supermicro.html'],
		['VMWare (Virtualizaci&oacute;n)', 'http://www.alive-systems.com/distribuidores/vmware.html'],
		['POWERCASE', 'http://www.alive-systems.com/distribuidores/powercase.html'],
		['WIFI', 'http://www.alive-systems.com/distribuidores/wi-fi.html'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://www.alive-systems.com/img/flecha.gif" width="14" height="13" border="0" />&nbsp;&nbsp;CONTACTO', 'http://www.alive-systems.com/contacto/index.html'],	
];

