function abrir(url){
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('ampliar.asp?'+url, 'ampliar', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',resizable=yes,location=no');
}

function fotoNews(url){
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('ampliarNews.asp?'+url, 'ampliar', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',resizable=yes,location=no');
}

function chk_form(oForm){
	if(oForm.busca.value ==''){
	  alert('Por favor digite a busca!')
	  oForm.busca.focus();
	  return false;
	}
}

function mensagem(seq){
   texto=window.open("noticias_detalhes.asp?seq=" + seq ,"","toolbar=no,location=no,directories=no,status=no,menubar=no,position=center,scrollbars=yes,resizable=no,width=600,height=500");
}   

