var fDesc=new Array(); fDesc[0] = "Proposal Pack Wizard is a proposal software and contract software add-in for Microsoft Word for Windows which manages your business proposals, grants, contracts, quotes, bids and other detailed business documents. It provides mail merge, management of multiple proposals, assembly of many types of proposals (general business, grants, business plan funding, quotes, book publishing, technical, non-technical, sales, services, internal company projects, government grants, government contracts, resumes, RFPs) and multilingual support. Proposal Pack Wizard is an optional proposal software interface designed to be used with our Proposal Pack templates collections (not included in this trial download). Proposal Packs include 2000+ templates, 600+ covers designs and 1900+ pages of complete sample proposals. Templates are assembled in various combinations to create complex business documents. Proposal Pack Wizard also integrates with 3rd party quoting programs and the SalesForce CRM system. Proposal Pack Wizard will assist your proposal writing in many ways including auto-selecting proposal templates based on over 495 business situations. Custom Title Page Packs provide thousands of title page designs giving your proposals anything from a conservative look to a colorful eye-catching look with enough designs and color themes to match your own company logos and colors."; 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 = ''; } }