var fDesc=new Array(); fDesc[0] = "EZ-Forms-Contractor (CNTR) is the Filler, Printer, Viewer for Contractor and Construction Professional Related forms. Unlimited prints, no copy count!

Specifically designed for Contractors, Construction and Real Estate Inspection Professionals.

The Filler/Typer allows you to load up a form then fill it out by simply selecting the text tool, clicking to the location intended and typing."; 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 = ''; } }