// JavaScript Document
/*function AbrePop()
{
	PopUp=window.open('','','width=410, height=410')
	PopUp.document.write("<html><head><title>::: Alice Im&oacute;veis - "+titulo+" :::</title>")
	PopUp.document.write("<style type='text/css'>body { margin:0; padding:0; }</style></head>")
	PopUp.document.write("<body><div><embed src='images/mapa.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='410' height='410'></embed></div></body></html>")
}*/
function AbrePop() {
	window.open('mapa.php', '', 'width=410, height=410');
}