function find() {  			
	var targeturl = "resultado.jsp";
	var primero = false;

	var exp = document.getElementById('exp').value;
	if (exp != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "exp=" + exp;
	}  			
	var tipo = document.getElementById('tipo').options[document.getElementById('tipo').selectedIndex].value;
	if (tipo != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "tipo=" + tipo;
	}  			  			  			
	var poblacion = document.getElementById('poblacion').options[document.getElementById('poblacion').selectedIndex].value;
	if (poblacion != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "poblacion=" + poblacion;
	}
	var codpostal = document.getElementById('codpostal').value;
	if (codpostal != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "codpostal=" + codpostal;
	}
	var superficie = document.getElementById('superficie').options[document.getElementById('superficie').selectedIndex].value;
	if (superficie != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "superficie=" + superficie;
	}
	var precio = document.getElementById('precio').options[document.getElementById('precio').selectedIndex].value;
	if (precio != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "precio=" + precio;
	}
	var habitaciones = document.getElementById('habitaciones').options[document.getElementById('habitaciones').selectedIndex].value;
	if (habitaciones != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "habitaciones=" + habitaciones;
	}
	var banyos = document.getElementById('banyos').options[document.getElementById('banyos').selectedIndex].value;
	if (banyos != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "banyos=" + banyos;
	}
	 
	document.getElementById('SearchForm').action = targeturl;
	document.getElementById('SearchForm').target = "_self";        
	document.getElementById('SearchForm').submit();  
	return true;
}  	

function find_eng() {  			
	var targeturl = "results.jsp";
	var primero = false;

	var exp = document.getElementById('exp').value;
	if (exp != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "exp=" + exp;
	}  			
	var tipo = document.getElementById('tipo').options[document.getElementById('tipo').selectedIndex].value;
	if (tipo != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "tipo=" + tipo;
	}  			  			  			
	var poblacion = document.getElementById('poblacion').options[document.getElementById('poblacion').selectedIndex].value;
	if (poblacion != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "poblacion=" + poblacion;
	}
	var codpostal = document.getElementById('codpostal').value;
	if (codpostal != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "codpostal=" + codpostal;
	}
	var superficie = document.getElementById('superficie').options[document.getElementById('superficie').selectedIndex].value;
	if (superficie != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "superficie=" + superficie;
	}
	var precio = document.getElementById('precio').options[document.getElementById('precio').selectedIndex].value;
	if (precio != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "precio=" + precio;
	}
	var habitaciones = document.getElementById('habitaciones').options[document.getElementById('habitaciones').selectedIndex].value;
	if (habitaciones != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "habitaciones=" + habitaciones;
	}
	var banyos = document.getElementById('banyos').options[document.getElementById('banyos').selectedIndex].value;
	if (banyos != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "banyos=" + banyos;
	}
	 
	document.getElementById('SearchForm').action = targeturl;
	document.getElementById('SearchForm').target = "_self";        
	document.getElementById('SearchForm').submit();  
	return true;
}

function find_deu() {
	var targeturl = "suchergebnisse.jsp";
	var primero = false;

	var exp = document.getElementById('exp').value;
	if (exp != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "exp=" + exp;
	}
	var tipo = document.getElementById('tipo').options[document.getElementById('tipo').selectedIndex].value;
	if (tipo != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "tipo=" + tipo;
	}
	var poblacion = document.getElementById('poblacion').options[document.getElementById('poblacion').selectedIndex].value;
	if (poblacion != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "poblacion=" + poblacion;
	}
	var codpostal = document.getElementById('codpostal').value;
	if (codpostal != "") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl += "codpostal=" + codpostal;
	}
	var superficie = document.getElementById('superficie').options[document.getElementById('superficie').selectedIndex].value;
	if (superficie != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "superficie=" + superficie;
	}
	var precio = document.getElementById('precio').options[document.getElementById('precio').selectedIndex].value;
	if (precio != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "precio=" + precio;
	}
	var habitaciones = document.getElementById('habitaciones').options[document.getElementById('habitaciones').selectedIndex].value;
	if (habitaciones != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "habitaciones=" + habitaciones;
	}
	var banyos = document.getElementById('banyos').options[document.getElementById('banyos').selectedIndex].value;
	if (banyos != "0") {
		if (!primero) {
			targeturl += "?";
			primero = true;
		}
		else
			targeturl += "&";
		targeturl = targeturl + "banyos=" + banyos;
	}

	document.getElementById('SearchForm').action = targeturl;
	document.getElementById('SearchForm').target = "_self";
	document.getElementById('SearchForm').submit();
	return true;
}