function submenuindustrialjs(punto){
	var estado = new Array();
	for (i=1;i<6;i++) {
		if (i==punto){estado[i]='on'} else {estado[i]='off'}
		if (punto==0) {estado[i]='on'} 
		}
	var contenidosubmenufabricantesjs = '<div id="submenu">'+
		'<div><a href="http://www.verybox.com/configurador/modelos.php?grupo=1"><img src="http://www.verybox.com/pictures/interface/logos/industrial_'+estado[1]+'.jpg" title="EQUIPOS INDUSTRIALES" alt="EQUIPOS INDUSTRIALES" style="margin:10px 5px 20px 5px" /></a></div>'+
		'<div><a href="http://www.verybox.com/MonitorIndustrial/index.html"><img src="http://www.verybox.com/pictures/interface/logos/pantallas_'+estado[2]+'.jpg" title="MONITORES PROFESIONALES" alt="MONITORES PROFESIONALES" style="margin:10px 5px 20px 5px" /></a></div>'+
		'<div><a href="http://www.verybox.com/soportes/index.html"><img src="http://www.verybox.com/pictures/interface/logos/soportes_'+estado[3]+'.jpg" title="SOPORTES DE MONITOR" alt="SOPORTES DE MONITOR" style="margin:10px 5px 20px 5px" /></a></div>'+
		'<div><a href="http://www.verybox.com/totems/index.html"><img src="http://www.verybox.com/pictures/interface/logos/totems_'+estado[4]+'.jpg" title="TOTEMS" alt="TOTEMS" style="margin:10px 5px 20px 5px" /></a></div>'+
		'<div><a href="http://www.verybox.com/software/index.html"><img src="http://www.verybox.com/pictures/interface/logos/software_'+estado[5]+'.jpg" title="SOFTWARE" alt="SOFTWARE" style="margin:10px 5px 20px 5px" /></a></div>'+
	'</div>';
	document.getElementById('submenuindustrialjs').innerHTML = contenidosubmenufabricantesjs;
}

function Crear_Info2() {
	var el_CONFIGURADOR = document.getElementById('configurador');
	var el_DIV_T; var el_DIV; var el_IMG;
	el_DIV_T = document.createElement('div');
	el_DIV_T.className = "con_contenedor";
	el_DIV = document.createElement('div');
	el_DIV.className = "con_cabecera";
	el_DIV.innerHTML = 'INFORMACIÓN';
	el_DIV_T.appendChild(el_DIV);
	el_DIV = document.createElement('div');
	el_DIV.className = "con_imagen";
	el_DIV.style.width='100px';
	el_IMG = document.createElement('img');
	el_IMG.setAttribute("alt","INFORMACIÓN");
	el_IMG.setAttribute("src", "../../pictures/interface/iconos60/info.jpg");
	el_DIV.appendChild(el_IMG);
	el_DIV_T.appendChild(el_DIV);
	el_DIV = document.createElement('div');
	el_DIV.className = "con_tabla";
	el_DIV.style.width = "800px";
	el_DIV.innerHTML = "Los precios obtenidos en nuestros configuradores INDUSTRIALES son unitarios.<br />El transporte no está incluido.<br />Puede enviarnos sus consultas a través del campo de comentarios en el siguiente formulario.<br /><br />Puede realizar el pedido pulsando en el botón <b>CONTINUAR</b> que tiene a su derecha. Un comercial se pondrá en contacto con usted para aclarar las posibles dudas, confirmar el pedido o realizar los cambios necesarios.";
	el_DIV_T.appendChild(el_DIV);
	el_CONFIGURADOR.appendChild(el_DIV_T);
	posicioname();
	}
