function dinamic_search(){
	din=document.getElementById("dinSearch").value;
	getPage("dinamicSearch.php?text="+din,"dinamicResult");
}

function apply_search(is,lc,zn){
	tp="";
	tp=document.getElementById("tp").value;
	pmin="";
	pmin=document.getElementById("pmin").value;
	pmax="";
	pmax=document.getElementById("pmax").value;
	ham="";
	ham=document.getElementById("ham").value;
	if(is==0){
		is="";
	}
	if(lc==0){
		lc="";	
	}
	if(zn==0){
		zn="";
	}
	document.location="http://www.bonninsanso.com/busqueda.php?tp="+tp+"&pmin="+pmin+"&pmax="+pmax+"&ham="+ham+"&Input=1&qry=1&is="+is+"&lc="+lc+"&zn="+zn;
}