/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Inicio', '/', null,
	   ['Noticias', '/0.html'],
	   ['Protección Menoress', '/menores']
	],
	['Amenazas', '/1.html', null,
		['Bugs y agujeros de seguridad', '/2.html', null,
			['¿qué provoca un bug?', '/3.html'],
			['¿Cómo detectarlo?', '/4.html'],
			['¿Cómo protegernos?', '/5.html']
		],
		['Vias de entrada y sálida', '/6.html', null,
			['Internet', '/7.html', null,
				['La Web', '/10.html', null,
					['Cómo funciona', '/16.html'],
					['Qé pueden saber de nosotros', '/17.html'],
					['http y https', '/18.html'],
					['Cookies', '/19.html'],
					['Secuestro Navegador', '/20.html']
				],
				['Correo Electrónico', '/11.html', null,
				    ['¿Cómo Funciona?', '/21.html', null,
				        ['Cabecera', '/24.html'],
				        ['Mensaje', '/25.html'],
				        ['Adjuntos', '/26.html']
					],  
					['Spam', '/22.html'],
					['Hoaxes y jokes', '/23.html']
				],
				['Transferencia de ficheros', '/12.html'],
				['Puertos de Comunicaciones', '/13.html', null,
					['¿Cómo pueden entrar en nuestro PC?', '/27.html'],
					['¿Por dónde entran los intrusos?', '/28.html'],
					['¿Cómo combatirlos?', '/29.html', null,
                        ['Detección de puertos', '/30.html'],
                        ['Listado de Puertos', 'http://www.seguridadenlared.org/archivos/port-numbers.txt'],
                        ['Firewall (Cortafuegos)', '/33.html']			
					]
				]
			],
			['redes de Ordenadores', '/8.html', null,
				['Elementos Vulnerables', '/14.html'],
				['Privacidad', '/15.html']			
			],
			['Unidades de Disco', '/9.html']
		]
	],
	['Malware', '/37.html', null,
		['Virus', '/38.html'],
		['Backdoors', '/39.html'],
		['Troyanos', '/40.html'],
		['Gusanos', '/41.html'],
		['Otros', null, null,
			['Spyware', '/42.html'],
			['Adware', '/43.html'],
			['Dialers', '/44.html']
		]
	],
	['Crimeware', '/45.html', null,
        ['¿Por qué debería preocuparme?', '/46.html'],
		['¿Cómo actúa?', '/47.html'],
		['Objetivo del crimeware', '/48.html'],
		['Qué se considera como crimeware', '/49.html'],
		['protección frente al crimeware', '/50.html']
	],
	['Fraudes Online', '/51.html', null,
		['Phishing', '/52.html', null,
			['Phishing Bancario', '/59.html', null,
				['Guia rápida reconocimiento', '/61.html'],
				['Normas de seguridad', '/62.html'],
				['Claves', '/63.html']
			],
			['Phishing-car', '/60.html']
		],
		['Loterias falsas', '/53.html'],
		['Web falsas recargas', '/54.html'],
		['Scam', '/55.html', null,
			['Muleros', '/64.html']
		],
		['Pharming', '/56.html'],
		['Compras por Internet', '/57.html']
	],
	['Herramientas', null, null,
		['Usuarios', null, null,
            ['Alertvir', '/70.html'],
            ['Escaner Online', '/71.html'],
            ['Escaner de puertos', '/35.html'],
            ['AntiSecuestro Navegador', '/72.html'],            
			['Generador de Claves', '/73.html']
		],
		['Webmasters', null, null,
			['AlertPhishing', '/75.html'],
			['AlertVir', '/76.html']
		]
	],
	['Nuestras webs', null, null,
		['Asociación de Internautas', 'http://www.internautas.org/'],
		['Foros', 'http://foros.internautas.org/'],
		['Internautas TV', 'http://www.internautas.tv/l'],
		['Bitácoras', 'http://www.internautas.net/'],
        ['Bitácoras', 'http://www.internautas.net/'],
        ['Tienda', 'http://tienda.internautas.org/'],
        ['Com. Seguridad', 'http://seguridad.internautas.org/'],
        ['Seguridad PYMES', 'http://www.seguridadpymes.es/'],
        ['Alertvir', 'http://www.alertvir.es/'],
        ['Linux GUAI', 'http://guai.internautas.org/']
	],	
	['Contacta','/contactar.php', null]
];

