function init() { if (TransMenu.isSupported()) { TransMenu.initialize();if(document.getElementById('assinatura digital')) { menu15.onactivate = function() { document.getElementById('assinatura digital').className = 'hover';hideSelects(); }; menu15.ondeactivate = function() { document.getElementById('assinatura digital').className = '';showSelects(); };};if(document.getElementById('painel de informações')) { menu116.onactivate = function() { document.getElementById('painel de informações').className = 'hover';hideSelects(); }; menu116.ondeactivate = function() { document.getElementById('painel de informações').className = '';showSelects(); };};}} function hideSelects(){ if (typeof document.body.style.maxHeight != "undefined") { // IE 7, mozilla, safari, opera 9 } else { // IE6, older browsers var oSelects=document.getElementsByTagName("select"); for(var i=0;i