var fDesc=new Array(); fDesc[0] = "Auto Racing office pool manager includes 2008 racing schedules for several racing series of several racing associations. The right tool to manage your office pool that gives you a wide variety of pool configurations and options. The "Easy Pool Setup" feature makes it easy to setup your pool. With pool options that include 'exact' or 'any' finishing position predictions, lap leader, half-way leader, pole position, and cars in lead lap and corresponding award points, you can customize to your needs. It will also keep track of the drivers' point standings. I has a modifiable racing series, driver and track lists and a schedule maker tool for entering your favorite racing schedule of all your favorite racing series."; 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 = ''; } }