function Detalhe (codigo){
   window.open('detalheimovel.php?codigo=' + codigo,'1','width=575,height=700,scrollbars=yes')
}

function abreImagem(){
	idURL=this.id
		
	divFoto=document.getElementById('corpo_popup')
	divFoto.style.display="block"
	
	divCorpo=document.getElementById('popup')
	divCorpo.style.display="block"
	divCorpo.innerHTML="<form method='post'><input name='cod' type='hidden' value='"+idURL+"'></form>"
	
}

function swap(target, fname) {
	document[target].src = "fotos/" + fname;
}

function fechar(){
	document.getElementById('popup').style.display = 'none';
	document.getElementById('corpo_popup').style.display = 'none';
}

//function abrir(){
	/*document.location = "home.php?codigo="+codigo;*/
	//document.getElementById('corpo_popup').style.display = 'block';
	//document.getElementById('popup').style.display = 'block';
	<!--setTimeout ('fechar()', 10000);-->
//}

//function detalhe (codigo){
   //window.open('detalhes.php?codigo=' + codigo,1)
//}

function abre(url) {
  document.location = url;
}

function seleciona(obj){
  obj.style.backgroundColor = '#DBDEE6';
  obj.style.cursor='hand';	
}

function deseleciona(obj){
  obj.style.backgroundColor = '';
}





