function enlargeNews(obj){var news=obj.parentNode.parentNode;news.toggleClass('more');return false;}
function toogleNewsEnlarge(obj){var p=$$('.news h2 a');for(i=0;i<p.length;i++){enlargeNews(p[i]);}
if(obj.innerHTML=='Em detalhe'){obj.innerHTML='Minimizar';}else{obj.innerHTML='Em detalhe';}}
InternetExplorer=navigator.appName.indexOf("Microsoft")!=-1;function myFlash_DoFSCommand(command,args){var myFlashObj=InternetExplorer?document.getElementById("myFlash"):document.myFlash;refreshDistrito(args);}
if(navigator.appName&&navigator.appName.indexOf("Microsoft")!=-1&&navigator.userAgent.indexOf("Windows")!=-1&&navigator.userAgent.indexOf("Windows 3.1")==-1){document.write('<SCRIPT LANGUAGE=VBScript> ');document.write('on error resume next ');document.write('Sub myFlash_FSCommand(ByVal command, ByVal args)');document.write(' call myFlash_DoFSCommand(command, args)');document.write('end sub');document.write('</SCRIPT> ');}
function refreshDistrito(args){if($("outermap")){window.location="/implementadores/pesquisa/&distrito="+args;}else{$("content").innerHTML="<div style='width:400px; padding-top:30px;'><img src='/interface/imgs/ajax_load.gif' alt='Loading' /></div>";var url1="/ajax/implementadores/pesquisa/&distrito="+args;new Request.HTML({url:url1,method:'get',evalScripts:'false',update:$("content"),headers:{'Content-Type':'application/x-www-form-urlencoded; charset=utf-8'}}).send();}}
function showhide(id){if(document.getElementById(id).style.display=='none'){document.getElementById(id).style.display='block';}else{document.getElementById(id).style.display='none';}}
function show(id){document.getElementById(id).style.display='block';}
function hide(id){document.getElementById(id).style.display='none';}
function popUp(URL){day=new Date();id=day.getTime();eval("page"+id+" = window.open(URL, '"+id+"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=350,left = 376,top = 132');");}
function disableButton(button){if(document.all||document.getElementById)
button.disabled=true;else if(button){button.oldOnClick=button.onclick;button.onclick=null;button.oldValue=button.value;button.value='DISABLED';}}
function retrieveData(id){document.getElementById(id).innerHTML="<img src='/interface/imgs/loading.gif' width='80' height='10' border='0' alt='' />";document.getElementById("bridgeFrame").src="/catalogo/getinfo.php?id="+id;document.getElementById("cube"+id).innerHTML="<a href='javascript: fecha("+id+");'><img src='/interface/imgs/iminus.gif' border='0' alt='' /></a>";}
function innerbrowse(obj,id,file){document.getElementById(id).innerHTML="<img src='/interface/imgs/loading.gif' width='80' height='10' border='0' alt='' />";document.getElementById("bridgeFrame").src=file+"&selected="+obj.value;}
function iframeCallback(doc,id){myData=doc.getElementById("mydata");document.getElementById(id).innerHTML=myData.innerHTML;}
function fecha(id){document.getElementById(id).innerHTML="";document.getElementById("cube"+id).innerHTML="<a href='javascript: retrieveData("+id+");'><img src='/interface/imgs/iplus.gif' border='0' alt='' /></a>";}
function updateDiv(div,text){var obj=document.getElementById(div);obj.innerHTML=text;}
function _msgAddToCart(id){$("#popup_modal .modal-body").attr("class","modal-body alert-success")
$("#popup_modal .modal-body").html($("#cart_item_"+id.toString()).attr("data-cart-message-success"));$("#popup_modal").modal("show");setTimeout(function(){$("#popup_modal").modal("hide");},3000);}
function _msgErrorAddToCart(id){$("#popup_modal .modal-body").attr("class","modal-body alert-danger")
$("#popup_modal .modal-body").html($("#cart_item_"+id.toString()).attr("data-cart-message-error"));$("#popup_modal").modal("show");setTimeout(function(){$("#popup_modal").modal("hide");},3000);}
function _msgRemoveFromCart(id){}
function _msgErrorFromCart(id){}
$(document).ready(function(){$(".fancybox").fancybox();if($("[data-toggle='tooltip']").size()>0){$("[data-toggle='tooltip']").tooltip();}
$("body").on("click",".btn-toggle",function(){var btn_toggle_group=$(this).attr("data-btn-toggle-group");var btn_toggle_class=$(this).attr("data-btn-toggle-class");if(typeof btn_toggle_group!==typeof undefined&&btn_toggle_group!==false&&typeof btn_toggle_class!==typeof undefined&&btn_toggle_class!==false){$("[data-btn-toggle-group='"+btn_toggle_group+"']").removeClass(btn_toggle_class);$(this).addClass(btn_toggle_class);}});$("ul.dropdown-menu").each(function(){$(this).find("li > ul").each(function(){$(this).addClass("dropdown-menu");$(this).parent().addClass("dropdown-submenu");});});});$(function(){$('.scroll-to-top').click(function(){$("html, body").animate({scrollTop:0},600);return false;});});$(document).ready(function(){jQuery.fn.exists=function(){return this.length>0;}
if($(".idiomas").exists()){var texto=$(".idiomas li.active a").text();$(".idiomas .btn.btn-default.dropdown-toggle").html(texto+"<span class='caret'></span>");}
if($(".carousel").exists()){$(".carousel").each(function(){$(this).find('.item:first').addClass("active");$(this).carousel({interval:5000});});}
if($(".line-bottom").exists()){$(".line-bottom:last").remove();}});