var fDesc=new Array(); fDesc[0] = "TpTask is a simple program to generate task declarations in the BGA standard format using BGA turning points. The declaration is saved as an HTML file, which you can then view and print with your browser.
It does not pretend to emulate the features of some of the sophisticated task setting software out there, but there again, TpTask is free. It does what it says on the tin."; 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 = ''; } }