var fDesc=new Array(); fDesc[0] = "The MEET MANAGER Start-Up comes equipped to run a basic all-comers track meet. The track and field software features a comprehensive online help resource, a meet results export tool, full data access, extensive reporting, and support for an unlimited number of records and time standards. Plus, reports are brilliantly designed and give you the flexibility to translate every word and phrase into virtually any language, which can be exported into multiple formats. With MEET MANAGER's unique Run Menu Scoreboard, you are front and center on all the action, with full control over each event and heat. All the information you need is on your screen, allowing you to make instant changes and additions. Quickly manage DQ's, scratches, late entries, relay names, awards, judge's decisions, results and more."; 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 = ''; } }