/* --- menu items --- */
var MENU_ENTRADAS = 
[
	['CFTV', null,
		['Sistéme Video-Sensor','cctv_sensor.html'],
		['C&aacute;maras fijas', null,
			['Blanco y negro', 'cctv_cam_bn.html'],
			['Color', 'cctv_cam_color.html'],
		],
		
	],
	['Sistema integral Buho', 'pro_buho.html'],
	['Presencia', null,
		['Fichaje por tarjeta', 'seg_fichaje.html'],
		['Puntos de encuentro', 'seg_encuentro.html'],
	],
	['Incendios', 'seg_fuego.html'],
	['Gases', 'seg_gas.html'],
];
var NOMBRE_MENU="SYSTEMES DE SÉCURITÉ";
var FOTO_MENU="";
var BARRA_MENU;
BARRA_MENU = "<!-- Elementos de barra --><div class='menu'>";
BARRA_MENU += "<a class='menu' href='./seg_portada.html'>Systemes de sécurité</a>&nbsp;&nbsp;";
BARRA_MENU += "<a class='menu' href='./tiro_portada.html'>Galeries de tir</a>";
BARRA_MENU += "<!-- Elementos de barra --></div>";
