function setColHeights(d,b){var c=d.parentNode;var a=0;if(c.offsetHeight){a=c.offsetHeight-123;}else{if(c.style.pixelHeight){a=c.style.pixelHeight-123;}}d.style.height=a+"px";b.style.height=a+"px";d.setAttribute("style","height:"+a+"px;");b.setAttribute("style","height:"+a+"px;");}function switchHitter(a){document.getElementById("hotzone-left").style.visibility="hidden";
document.getElementById("hotzone-right").style.visibility="hidden";document.getElementById(a).style.visibility="visible";}
