/* Popups */
function AbrirPopUp (iNumero,sector) {

	var sNombre = '';
	var sScroll = 'no';
	var sWidth = '400';
	var sHeight= '340';
	switch (iNumero) {
			
			case 1:
			sNombre = 'pictures/pop_empresa.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 2:
			sNombre = 'pictures/pop_calidad.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '434';
			break;

			case 3:
			sNombre = 'pictures/pop_empresa0.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 4:
			sNombre = 'pictures/pop_empresa1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 5:
			sNombre = 'pictures/pop_empresa2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 6:
			sNombre = 'pictures/pop_empresa3.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 7:
			sNombre = 'pictures/pop_productos.htm';
			sScroll = 'no';
			sWidth = '394';
			sHeight = '566';
			break;

			case 8:
			sNombre = 'pictures/pop_uni1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 9:
			sNombre = 'pictures/pop_uni2.htm';
			sScroll = 'no';
			sWidth = '394';
			sHeight = '415';
			break;

			case 10:
			sNombre = 'pictures/pop_uni3.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 11:
			sNombre = 'pictures/pop_rep.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 12:
			sNombre = 'pictures/pop_servicios.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 13:
			sNombre = 'pictures/pop_montaje1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 14:
			sNombre = 'pictures/pop_montaje2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 15:
			sNombre = 'pictures/pop_trabajos1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 16:
			sNombre = 'pictures/pop_trabajos2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 17:
			sNombre = 'pictures/pop_reparaciones1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 18:
			sNombre = 'pictures/pop_reparaciones2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 19:
			sNombre = 'pictures/pop_clientes1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 20:
			sNombre = 'pictures/pop_clientes2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 21:
			sNombre = 'pictures/pop_medioambiente.htm';
			sScroll = 'no';
			sWidth = '394';
			sHeight = '566';
			break;

			case 22:
			sNombre = 'pictures/pop_seguridad.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 23:
			sNombre = 'pictures/pop_contactenos.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 24:
			sNombre = 'pictures/pop_exposicion1.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 25:
			sNombre = 'pictures/pop_exposicion2.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;

			case 26:
			sNombre = 'pictures/pop_exposicion3.htm';
			sScroll = 'no';
			sWidth = '472';
			sHeight = '566';
			break;

			case 27:
			sNombre = 'pictures/pop_descargas.htm';
			sScroll = 'no';
			sWidth = '394';
			sHeight = '526';
			break;

			case 28:
			sNombre = 'pictures/pop_empresa5.htm';
			sScroll = 'no';
			sWidth = '566';
			sHeight = '394';
			break;
}


window.open (sNombre, 'ventana', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=' + sScroll + ',width=' + sWidth + ',height=' + sHeight + ',left=' + (screen.availWidth - sWidth) / 2 + ',top=' + (screen.availHeight - sHeight) / 2 + '');
}
var message="";
///////////////////////////////////
// function clickIE() {if (document.all) {(message);return false;}}