var fDesc=new Array(); fDesc[0] = "SwingPractis is a powerful, free-of-charge swing analysis software package for the golfer who wants to improve his ball striking and his score. SwingPractis™ is an incredibly powerful tool for golfers, teaching professionals, and providers of Internet based golf instruction. SwingPractis™ is a natural companion to the IGOLPING Digital Swing Recorder, and a great stand-alone tool as well."; 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 = ''; } }