/* --- menu items --- */
var MENU_ENTRADAS = 
[	['Index', 'tiro_indice.html'],
	['Introduction', 'tiro_intro.html'],





['Coverings', null,
		['Instruction room', 'tiro_cuarto.html'],
		['Armoured door', 'tiro_puerta.html'],
		['Separation screens', 'tiro_mampara.html'],
		['Walls', 'tiro_pared.html'],
		['Roofs', null,
				['Heraklith and Herakustik', 'tiro_techo.html'],
				['Rubber roof', 'tiro_tcaucho.html'],
				
		],
		['Floors', null,
				['Rypoll floor', 'tiro_srypoll.html'],
				['SSB floor', 'tiro_sssb.html'],


		],
		['Bullet-stoppers', null,
				['Rubber bullet-stopper', 'tiro_bcaucho.html'],
				['Gum bullet-stopper', 'tiro_bgoma.html'],
				['Metallic bullet-stopper', 'tiro_bmetal.html'],
				
		],
		['Antifragment curtain', 'tiro_bantif.html'],
		['Protection wall', 'tiro_bmuro.html'],
				
	],


	['Systems', null,
			['Lighting', 'tiro_iluminacion.html'],
			['Ventilation', 'tiro_ventilacion.html'],
			['Security', 'tiro_seguridad.html'],
	],



	['Machinery', null,
			['Combat machines', 'tiro_mcgtsn.html'],
			['Console', 'tiro_mcconsola.html'],
			['PC-Console', 'tiro_mcpc.html'],
			['Roof targets-transporter', 'tiro_mtecho.html'],
			['Olimpic machines', 'tiro_mogts.html'],
			['Pneumatic shooting machine', 'tiro_mneumatico.html'],
			['Transversal machine', 'tiro_mtransversal.html'],
	],	
	['Simulation', null,
			['Screen', 'tiro_pantalla.html'],
			['Slides projector', 'tiro_diapositiva.html'],
			['Video-shooting system', 'tiro_videotiro.html'],
			['SIET Simulator', 'tiro_virtual.html'],
	],


	['Accesories', null,
		['Metal', 'tiro_gong.html'],
		['Dummies', 'tiro_siluetas.html'],
		
	],

];
var FOTO_MENU="";
var NOMBRE_MENU="SHOOTING GALERIES";
var BARRA_MENU;
BARRA_MENU = "<!-- Elementos de barra --><div class='menu'>";
BARRA_MENU += "<a class='menu' href='./seg_portada.html'>Security Systems</a>&nbsp;&nbsp;";
BARRA_MENU += "<a class='menu' href='./tiro_portada.html'>Shooting Galeries</a>";
BARRA_MENU += "<!-- Elementos de barra --></div>";
