function Seleccion(a){switch(a){case"1":document.getElementById("opcion").value="1";document.getElementById("Termino").focus();break
;case"2":document.getElementById("opcion").value="2";document.getElementById("Termino").focus();break;case"3":document.getElementById("opcion").value="3";document.getElementById("Termino").focus();break;case"4":document.getElementById("opcion").value="4";document.getElementById("Termino").focus();break}}function showHint(a){if(a.length==0){document.getElementById("txtHint").innerHTML="";return}xmlHttp=GetXmlHttpObject();if(xmlHttp==null){alert("Browser does not support HTTP Request");return}var b=document.getElementById("Termino");var c=document.getElementById("opcion");var f=false;var g=0;if(a.innerHTML==undefined){a.innerHTML=""}var h="Consulta.asp";if(b.value==""){if(a.innerHTML!=""){h=h+"?q="+encodeURIComponent(a.innerHTML)+"&cat="+c.value;c.value="";f=true;g=1}}else if(b.value!=""){h=h+"?q="+encodeURIComponent(b.value)+"&cat="+c.value;b.value="";c.value="";f=true;g=1}if(f==true){if(g==1){document.getElementById("txtHint").innerHTML="<span class=\"subtitulo\">"+"Cargando término..."+"</span>";g=0}document.getElementById("txtHint").style.display="inline";h=h+"&sid="+Math.random();xmlHttp.onreadystatechange=stateChanged 
xmlHttp.open("GET",h,true);xmlHttp.send(null);elm=document.getElementsByName("abc");for(e=0;e<elm.length;e++){elm[e].checked=false;}}}function stateChanged(){if(xmlHttp.readyState==4){if(xmlHttp.status==200){document.getElementById("txtHint").innerHTML=xmlHttp.responseText}else{document.getElementById("txtHint").innerHTML=xmlHttp.responseText}}}function GetXmlHttpObject(){var a=null;try{a=new XMLHttpRequest()}catch(e){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){a=new ActiveXObject("Microsoft.XMLHTTP")}}return a}
