// JavaScript Document function init() { if (TransMenu.isSupported()) { TransMenu.initialize(); } } 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