jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery('#navMenu').navMenu();
});
function menuLateralEsqObs(classShow, classHide){
	if (jQuery("."+classShow).is(":hidden")) {
        jQuery("."+classShow).slideDown("fast");
        jQuery("."+classHide).slideUp("fast");
    }else{
		jQuery("."+classShow).slideUp("fast");
    }
}

function fecharDivContato(){
	jQuery("#cxCentroMens").fadeOut("slow");
	jQuery("#divTransp").fadeOut("slow");

}

function validaBusca(formBusca){
	return false;
}

function popupRadio(){
	window.open('http://www.libertos.com.br/radio.htm','Rádio Web Circuito Mix','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=385,height=200');
}
