/*
  --- 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 = [
	['IESFERA', null, null,
		['Quienes Somos', 'home.php?id=7'],
		['Que hacemos', 'home.php?id=8'],
		['Prensa y Novedades', 'home.php?id=9'],
		['Socios', 'home.php?id=10'],
	],
	['PORTFOLIO', null, null,
		['Identidad', 'home.php?id=11'],
		['Web', 'home.php?id=12'],
		['E-Mkt', 'home.php?id=13'],
		['Multimedia', 'home.php?id=14'],
		['Arq. Publicitaria', 'home.php?id=15'],
		['Impresos', 'home.php?id=16'],
	],
	['SERVICIOS', null, null,
		['Web Hosting', 'home.php?id=17'],
		['Reg. Dominios', 'home.php?id=18'],
		['E-Mkt', 'home.php?id=19'],
		['Fotografía', 'home.php?id=20'],
		['Desarrollos', 'home.php?id=21'],
	],
	['CLIENTES', 'home.php?id=22'],
	['F.A.Q.S', 'home.php?id=23'],
	['CONTACTO', 'contacto.php'],
];


/*
var MENU_ITEMS = [
	['LEARN MORE', null, null,
		['How It Works', 'home.php?id=6'],
		['Benefits', 'home.php?id=7'],
		['FAQ\'s', 'home.php?id=8'],
		['System Requirements', 'home.php?id=9'],
		['Service Availability', 'home.php?id=10'],
		['Sign Up', 'index.php'],
	],
	['RESIDENTIAL', null, null,
		['Current Broadband', 'home.php?id=11'],
		['Current Voice', 'home.php?id=12'],
		['Promotion', 'home.php?id=13'],
		['New Products', 'home.php?id=14'],
		['Referal Programs', 'home.php?id=15'],
		['Sign Up', 'index.php'],
	],
	['BUSINESS', null, null,
		['Current Broadband', 'home.php?id=16'],
		['Current Voice', 'home.php?id=17'],
		['Promotion', 'home.php?id=18'],
		['New Products', 'home.php?id=19'],
		['Referal Programs', 'home.php?id=20'],
		['Sign Up', 'index.php'],
	],
	['OUR COMPANY', null, null,
		['Company Profile', 'home.php?id=21'],
		['Press Releases', 'home.php?id=22'],
		['Industry Info', 'home.php?id=23'],
		['Career Opportunities', 'home.php?id=24']
	],
	['SUPPORT', null, null,
		['Support Questions', 'home.php?id=25'],
		['Help Topics', 'home.php?id=26'],
	],
	['CONTACT US', 'contact.php'],
];
*/