var fDesc=new Array(); fDesc[0] = "If you make client estimates, estimate current or future sales, estimate amounts of items or go through complex "what if?" scenarios then EstimatesPlease is the calculator for you. Just enter what you know for an estimate. An approximate amount? No problem. An iffy sale? Same thing. Just click = and you have your "lowest-possible-case" estimate, your "highest- possible-case" estimate and everything in between. With EstimatesPlease, you don't need any hard-and-fast numbers or equations for a solution!"; 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 = ''; } }