var fDesc=new Array(); fDesc[0] = "Fill in the form on-screen: Print or Email the Form with your Data. Only available here. Industry Standard (AIA Format). Professional changes in a consistent format ready for approval and signature.

Improve job completion time, eliminate costly mistakes and maintain organized records. Update your change orders quickly, efficiently and accurately. Even create Request for Change Order, Preliminary or other types. No signed approval usually means no payment. Networkable at no extra cost.

Main features: - Industry Standard (AIA Format)
- Add your own header / image (new)
- Auto update continuous projects
- Change form titles
- Unlimited forms
- Editable titles and text
- Totals calculate automatically
- Optional pop-up lists for reusable data
- Generate various reports
- Optional Quick Help
- Unlimited forms - No Yearly Fee
- Email - Fax - File Storage (PDF)
- PDFs can be saved to any folder
- Networkable at no extra cost"; 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 = ''; } }