var fDesc=new Array();
fDesc[0] = "FloorEstimator® is an all-in-one solution that can be used with your PC, Tablet PC, DISTO Laser Distancemeter, and Digitizer Tablet to draw and/or take off project floor plans. You can also directly import scanned images and AutoCAD drawings into FloorEstimator®.
Using the FloorEstimator® state-of-the art layout andoptimization engine, you can quickly create accurate, reliable and professional estimates.
You can seamlessly tie in FloorEstimator® into your Business Management, CRM, Supply Chain and Accounting systems. With the addition of B2B Standard import and direct integration with the QuickBooks® module we believe that we have found the last pieces of the flooring business solution puzzle.";
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 = '';
}
}