var fDesc=new Array();
fDesc[0] = "EquiSim is a sophisticated handicapping software program for thoroughbred horse races. It boasts professional caliber handicapping tools, database handicapping capability, statistically proven prediction models, and exceptional ease of use.
EquiSim is a full featured, professional grade handicapping program. Its capabilities include true 3D race simulations, high quality Forms, extensive database capabilities that are integrated into the software, and easy to use, a full featured Wager and Selection record keeping module, a completely customizeable "Formula View" for developing custom systems and data layouts, an additional tool called "DB Direct" that allows for the easy creation of custom databases, and much 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 = '';
}
}