var fDesc=new Array(); fDesc[0] = "RemodelCOST Estimator for Excel is a neat tool that will help you create fast and accurate estimates. Accurate cost estimating is the foundation of success in business for a construction company. As a remodel contractor, real estate broker or real estate finance company you want to know accurate home remodeling costs."; 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 = ''; } }