function activate_dialog(C){var A=$(C);var B="slow";A.slideToggle(B);return false}dropdownMenu=function(){if(document.getElementById){var B=document.getElementById("mainMenu");for(i=0;i<B.childNodes.length;i++){var A=B.childNodes[i];if(A.nodeName=="LI"){A.onmouseover=function(){this.className+=" over"};A.onmouseout=function(){this.className=this.className.replace("over","")}}}}};window.onload=dropdownMenu;function fixpng(A){if(/MSIE (5\.5|6).+Win/.test(navigator.userAgent)){var B;if(A.tagName=="IMG"){if(/\.png$/.test(A.src)){B=A.src;A.width=A.width;A.height=A.height;A.src=clear}}else{B=A.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);if(B){B=B[1];A.runtimeStyle.backgroundImage="none"}}if(B){A.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+B+"',sizingMethod='crop')"}}};
