
function getControl(objId)
{if(document.getElementById)
{return document.getElementById(objId);}
else if(document.all)
{return document.all[objId];}
else if(document.layers)
{return document.layers[objId];}
else
{return null;}}
var topCategories={balloon:{text:{title:false,body:"clique para acessar."},show:function(o,e,t){if(!t||t=="")
return false;this.text.body=t;var b=Balloon.show(o,this.text,"",e);compono.Event.add("mouseout",this.hide,o);var objBalloon=getControl("Balloon");if(objBalloon)
{objBalloon.className="balloon balloon-visible balloon-category";}},hide:function(o,e){Balloon.hide(o,e,null,true);compono.Event.remove("mouseout",this.hide,o);if(document.getElementById("Balloon"))
document.getElementById("Balloon").className="balloon";}}}