$(document).ready(function(){$(".hint").coolinput();$("#contactform form").submit(function(){$("#contactstatus").html('<img src="/img/loader.gif"/>');var b=true;if($("#nome").val()===""){b="Preencha seu nome!"}else{if($("#email").val()===""){b="Preencha seu email!"}else{if($("#mensagem").val()===""){b="Preencha a mensagem!"}}}if(b===true){var a=$(this).serialize();$.post("/contato/",a,function(c){if(c.status===true){$("#contactstatus").html('<span class="green">Mensagem enviada!</span>');$(".hint").each(function(){$(this).val("")})}else{$("#contactstatus").html('<span class="red">Ocorreu um erro!</span>')}},"json")}else{$("#contactstatus").html('<span class="red">'+b+"</span>")}$(".hint").each(function(){$(this).trigger("blur")});return false});if($("#imgmap").length>0){$("#imgmap").maphilight();$("area").click(function(){var b=$(this).attr("alt"),a;$.post("/atuacao/","estado="+b,function(d){a="<div><dt>"+d.ds+"</dt>";for(var c in d.cidades){a+="<dd>"+d.cidades[c]+"</dd>"}a+="</div>";$("#cidades").html(a)},"json")})}if($("#slideshow").length>0){$("#slideshow").cycle({fx:"scrollHorz",timeout:4000,easing:"easeInQuint",speed:1100,pause:1})}$("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:"normal",opacity:0.9,showTitle:true,allowresize:true,default_width:700,default_height:550,counter_separator_label:"/",theme:"facebook"});if($(".wysiwyg").length>0){$(".wysiwyg").wysiwyg({resizeOptions:{},controls:{bold:{tooltip:"Negrito"},italic:{tooltip:"Itálico"},createLink:{tooltip:"Adicionar Link"},h1mozilla:{tooltip:"Título 1"},h1:{tooltip:"Título 1"},h2mozilla:{tooltip:"Título 2"},h2:{tooltip:"Título 2"},h3mozilla:{tooltip:"Título 3"},h3:{tooltip:"Título 3"},removeFormat:{tooltip:"Desfazer Formatação"},strikeThrough:{visible:false},underline:{visible:false},separator00:{visible:false},justifyLeft:{visible:false},justifyCenter:{visible:false},justifyRight:{visible:false},justifyFull:{visible:false},separator01:{visible:false},indent:{visible:false},outdent:{visible:false},separator02:{visible:false},subscript:{visible:false},superscript:{visible:false},separator03:{visible:true},undo:{visible:true,tooltip:"Desfazer"},redo:{visible:true,tooltip:"Refazer"},separator04:{visible:false},insertOrderedList:{visible:false},insertUnorderedList:{visible:false},insertHorizontalRule:{visible:false},separator07:{visible:false},cut:{visible:false},copy:{visible:false},paste:{visible:false},insertImage:{visible:false}}})}if($("#empresa_alteraimagem").length>0){$("#empresa_alteraimagem").toggle(function(){$("#form_empresa_imagem").slideDown();var a="(x) Cancelar";$(this).html(a).attr("title",a)},function(){$("#form_empresa_imagem").slideUp();var a="Alterar Imagem";$(this).html(a).attr("title",a)})}});