<!--

var janela;

function Abreanuncio(ID){

	popup = window.open(ID,'janela','toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,top=0,left=0,width=700,height=800');

	self.janela=popup;

}

//-->



