var fDesc=new Array(); fDesc[0] = "Using real-time collection and implementation, Afterguard is designed to provide you with data to get the best performance of your boat, regardless of the situation or conditions. With features like Target Speed and Course Management, you can have absolute certainty in the way you sail.
Afterguard is the premier package in performance racing software. Utilizing a wide array of options compatible on numerous instrumentation hardware, Afterguard comes ready to immediately suit your needs in the races ahead"; 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 = ''; } }