function goToContato(){location.href="#contato";$("form#contato").data("tooltip").show();$("form#contato input[type='text'], form#contato textarea").each(function(){var a=$(this);if(!a.val()||a.val()==a.attr("defaultValue")){a.focus();return false}})}$(function(){$("select").selectbox({effect:"slide"});$("form#contato").tooltip({delay:300,offset:[0,50],effect:"slide",opacity:.95})})
