var fDesc=new Array(); fDesc[0] = "Horse Racing Simulation, LLC presents the ultimate horse racing handicapping/simulation tool. The SIM2WIN™ PC-Based proprietary computer program will allow both novice horse race fans and professional horse racing handicappers to simulate upcoming horse races at major racetracks in a virtual, full-screen, 3-D environment. SIM2WIN™ users will have the ability to simulate upcoming horse races hundreds of times looking for the most probable winners at the highest possible odds. SIM2WIN™ is a powerful and innovative way for horse racing fans of all calibers to simplify all the available complicated horse racing numeric data used to analyze horse races and covert that data into a 3D, multimedia experience."; 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 = ''; } }