function openmenu(A,C){var B=document.getElementById(C);if(B.style.display=="none"){new Effect.BlindDown(C,{duration:0.4,afterFinish:function(){Element.undoClipping(C);$(C).style.width="auto";$(C).style.height="auto"}})}else{new Effect.BlindUp(C,{duration:0.4,afterFinish:function(){Element.undoClipping(C);Element.hide(C)}})}$(C).onmouseover=function(){this.className="open"};$(C).onmouseoout=function(){this.className="close";new Effect.BlindUp(C,{duration:0.4,afterFinish:function(){Element.undoClipping(C);Element.hide(C)}})}};