var fDesc=new Array(); fDesc[0] = "The HomeTech Handyman Cost Estimator gives you the ability to price small jobs (u $4000) with speed and accuracy.

The HomeTech Handyman Cost Estimator contains page after page of items that will give you accurate costs for virtually any small job your customer wants!

Every item contains a full description and is broken down to exact labor cost, material cost, total cost and sales price to the customer."; 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 = ''; } }