var selector = document.getElementById('select_regiones'); //Comprueba si hay una region seleccionada de antemano var actual = selector.selectedIndex; if(actual > 0) { document.getElementById('reg'+actual).style.display = 'block'; } //Activa la región seleccionada selector.onchange = function () { if(document.getElementById('texto-venta')) { document.getElementById('texto-venta').style.display = 'none'; } var numero = selector.selectedIndex; if(numero != '0') { for (var i=1; i