	MM_preloadImages('_imgs/fondos/buscar_pixel.gif')

function  cambioop(ob)
{
	var a=ob.options[ob.selectedIndex].value;
	if (a=="Segunda mano" || a==0 || a=="Internacional")
	{
		document.getElementById('precios').innerHTML=document.getElementById('preciosventa').innerHTML;
		//document.getElementById('zonas').innerHTML=document.getElementById('laszonasComprar').innerHTML;
		document.getElementById('tama').innerHTML=document.getElementById('tamanios').innerHTML;
	}
	if (a=="Alquiler")
	{	
		document.getElementById('precios').innerHTML=document.getElementById('preciosalquiler').innerHTML;
		//document.getElementById('zonas').innerHTML=document.getElementById('laszonasAlquilar').innerHTML;
		document.getElementById('tama').innerHTML=document.getElementById('tamanios').innerHTML;
	}
	if (a=="Obra nueva")
	{
		//document.getElementById('zonas').innerHTML=document.getElementById('provincias').innerHTML;
		document.getElementById('tama').innerHTML=document.getElementById('vacio').innerHTML;
		document.getElementById('precios').innerHTML=document.getElementById('vacio').innerHTML;
	}
}
function buscacodigo()
{
	document.getElementById('ifr').src='buscador/buscacodigo.php?codigo='+document.getElementById('codigoanuncio').value;
}
function buscatelefono()
{
	document.getElementById('ifr').src='buscador/buscacodigo.php?telefono='+document.getElementById('telefono').value;
}
function norescodigo(val)
{
	if (!val)
		alert('No existe ningún anuncio con el código indicado');
	else
		alert('No existe ningún anuncio con el número de teléfono indicado');
}
function salta(dir)
{
	window.location.href=dir;
}

function busca()
{
	document.f1.submit();
}

function busca_ref()
{
	document.f_ref.submit();
}

function abrir(ventana) 
{ 
	switch(ventana)
	{
		case "vender":
			vent=window.open('vender/index.html','img_gr','width=400,height=300,scrollbars=no,resizable=no,status=yes,menubar=no,location=no');
			break;
			
		case "comprar":
			vent=window.open('comprar/index.html','img_gr','width=400,height=300,scrollbars=no,resizable=no,status=yes,menubar=no,location=no');
			break;		
	}
}