// JavaScript Document
function anuncio(id)
 {
	window.open('detalhes.php?anuncio='+id,'detalhes','width=600,height=400,scrollbars=1,top=100,left=100');
 }
