var fDesc=new Array(); fDesc[0] = "The Quattro Jump Software is dedicated for routine jump performance measurement. It is therefore very easy to use. After every jump the protocol on the right side of the screen is updated. The best jump is highlighted. The control area on the left side of the screen allows the user to delete or temporarily hide jumps from the protocol."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }