function toggle(a){var b=this.$(a);if(b.style.display!='none'){b.style.display='none'}else{b.style.display=''}}
