var fDesc=new Array(); fDesc[0] = "EZ Contract Proposal provides the end user with the means of creating, editing, delivering, saving and printing professional looking contract proposals with speed and ease of use. The learning curve could not possibly be lower.
Whether you're an electrical contractor, a wedding planner, a CNC retrofitter, a caterer, an interior decorator or any other profession that requires itemized contract proposals, this software provides the solutions you seek.

Main Features:
- Automatic Calculation of all values in the Amount Fields
- Automatic completion of Words and Phrases from the Frequent Terms List
- Automatic backup of the file you're working on to the Backup Folder
- Ability to create with a single keystroke
- Ability to fluidly navigate to a different Frequent Terms List by a single keystroke (F5)
- Easy navigation from one Field to the next - page scrolling is unnecessary"; 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 = ''; } }