// JavaScript Document
$(function(){
	$('#destaques ul').cycle({
		fx: 		'fade',
		speed: 		1000,
		timeout: 	7000,
		prev:		'#anterior',
		next: 		'#proximo',
		pager:		'.pager'		
	})
})

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function janelaSecundaria (URL){
   window.open(URL, 'janela1', 'status=no, toolbar=no, location=no, directories=no, resisable=no, top=10, left=10, scrollbars=yes, width=275, height=170')
}
function janelaAudioTestemunho (URL){
   window.open(URL, 'janela1', 'status=no, toolbar=no, location=no, directories=no, resisable=no, top=10, left=10, scrollbars=yes, width=300, height=200')
}

