var ControlBlocks=Array();function InitImageControlBlocks(){if(typeof ControlBlockIds==="undefined"){return}var a=250;for(i=0;i<ControlBlockIds.length;i++){ControlBlocks[ControlBlockIds[i]]=new fx.Height(ControlBlockIds[i],{onStart:onStart,duration:a,onComplete:onComplete});$(ControlBlockIds[i]).show()}}function onStart(){if(this.element.offsetHeight==0){this.element.style.display="block"}}function onComplete(){document.getElementById(this.element.id+"_im").src=(this.element.offsetHeight==0)?"/res/right.gif":"/res/down.gif";if(this.element.offsetHeight==0){this.element.style.display="none"}}function SwitchImageControlBlock(a,d){a=(a)?a:((window.event)?event:null);var b=(a.target)?a.target:a.srcElement;var c=ControlBlocks[d];if(!c){return false}c.toggle();return false};