function muestraficha(id_ficha)
{
	//izkierda=(window.screen.width-640)/2;
	//arriba=(window.screen.height-500)/2;
	parametros="height=680,width=900,top=0,left=0,status=no,toolbar=no,menubar=no,location=no,alwaysRaised=1";
	pagina="inmuebles/ficha.php?id="+id_ficha;
	window.open(pagina,"popup",parametros);
}
function muestrafoto(fuente)
{
	parametros="height=668,width=924,top=0,left=0,status=no,toolbar=no,menubar=no,location=no,alwaysRaised=1";
	pagina=fuente;
	window.open(pagina,"foto",parametros);
}
function muestramapa(fuente)
{
	parametros="height=668,width=924,top=0,left=0,status=no,toolbar=no,menubar=no,location=no,alwaysRaised=1";
	pagina="googlemap.html";
	window.open(pagina,"foto",parametros);
}

