/* --- menu items --- */
var MENU_ENTRADAS = 
[
	['CCTV', null,
		['Video-Sensor system','cctv_sensor.html'],
		['Fixed cameras', null,
			['Black and white', 'cctv_cam_bn.html'],
			['Color', 'cctv_cam_color.html'],
		],
		
	],
	['Buho System', 'pro_buho.html'],
	['Presence', null,
		['Card filing', 'seg_fichaje.html'],
		['Meeting Points', 'seg_encuentro.html'],
	],
	['Fire', 'seg_fuego.html'],
	['Gas', 'seg_gas.html'],
];
var FOTO_MENU="";
var NOMBRE_MENU="SECURITY SYSTEMS";
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>";
