/*
  --- 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 = [

	['Portada', 'index.php', null,
		['Noticias Actualidad', 'index.php'],
	],

	['Información online', 'informacion.php', null,
		['Informacion On Line', 'informacion.php'],
	],

	['Formación en Malware', 'claves-000.php', null,
		['Amenazas y malware', 'claves-000.php'],
		['Virus, gusanos, troyanos y backdoors', 'claves-001.php'],
		['Spyware, Adware y Dialers', 'claves-002.php'],
		['Spam', 'claves-003.php'],
		['Phishing', 'claves-004.php'],
		['¿Qué es una vulnerabilidad?', 'claves-005.php'],
		['Hoaxes y jokes', 'claves-006.php'],
	],

	['Vias de Entrada Malware', '', null,
		['Internet', 'claves-007.php'],
		['Puertos de Comunicaciones', 'info-puertos.php'],
		['Redes de ordenadores', 'claves-008.php'],
		['Unidades de disco', 'claves-009.php'],
	],
	['Consejos', '', null,
		['Dónde se esconde el malware?', 'claves-010.php'],
		['Efectos y síntomas de infección', 'claves-011.php'],
		['La Copia de Seguridad', 'info-copiaseg.php'],
		['La importancia de las Claves', 'info-elecclaves.php'],
		['5 normas para evitar el phishing', 'info-phishing.php'],
	],
	['Herramientas', '', null,
		['¿Estas libre de virus o spyware?', 'info-activescan.php'],
		['Escaner on-line de puertos', 'http://www.internautas.org/w-scanonline.php'],
		['Generador de Claves', 'info-claves.php'],
		['Antisecuestro V.1.1', 'info-antisecuestro.php'],
		['AntiDialer: CustodioNet', 'info-custodio.php'],
		['AntiSpyware', 'http://www.seguridadenlared.org/es/index14esp.html'],
		['Informes de empresas GRATIS', 'http://www.e-informa.es/servlet/app/portal/ENTP/prod/NEW_USER_PROMOCION'],
	],
	['Videos y animaciones', 'multimedia.php', null,
		['Videos y animaciones', 'multimedia.php'],
	],
	['Versión de evaluación', '', null,
		['Versiones de evaluación', 'http://www.pandasoftware.es/pymes/descargas/' ],
	],
	['Colaboradores', 'colaboradores.php', null,
		['Colaboradores', 'colaboradores.php'],
	],
];

/*
	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 '<div class="bloque">' + text + '';
}
*/
