jQuery.noConflict();
jQuery(document).ready(function(){
    /*jQuery("#Menu a").mousemove(function(){
        jQuery(this).show(function(){
            jQuery(this).css("backgroundColor", "#b1ce64");
            jQuery(this).css("-webkit-border-radius", "10px");
        });
    });
    jQuery("#Menu a").mouseout(function(){
        jQuery(this).show(function(){
            jQuery(this).css("backgroundColor", "");
        });
    });  */
    
});
function ver_telefone(id)
{
    jQuery(".ver_telefone_"+id).html("(11) 4024-5309 ");
    
    _gaq.push(['_trackPageview', '/ver_telefone.htm']);
}
