function VerificaSeleccionComboDoctores() { if ( 0 == document.comboDoctores.ciudad.selectedIndex ) { alert("Por favor seleccione una Ciudad."); return false; } else return true; } function EscribeComboDoctores( url_base ) { html = ''; html = html + 'BUSQUE UN DOCTOR ESPECIALISTA EN THERMAGE\n'; html = html + '
\n'; document.write(html); }