function popupbandas (url) {
	window.open(url,'popup','left='+(screen.availWidth/2-320)+',top='+(screen.availHeight/2-240)+',width=640,height=480,resizable=no,scrollbars=no');
}
function popupform (url) {
	window.open(url,'popup','left='+(screen.availWidth/2-320)+',top='+(screen.availHeight/2-240)+',width=640,height=480,resizable=no,scrollbars=yes');
}

$(document).ready(function() {
	$('#destaque_banner').cycle({ 
		fx:    'fade', 
		speed:  1000,
		timeout:  5000 
 	});
});
