var fDesc=new Array(); fDesc[1] = "(landline or mobile). It provides a good service at good rates, but they depend on the country the call is made to. A PC with internet connection, headphone and a microphone are required."; fDesc[2] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields."; fDesc[3] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard."; fDesc[4] = ", shared files, interface customization, license agreements, readme files, multiple disk spanning, DLL installation, patches, and much more."; fDesc[5] = "un-installation, license agreements, ReadMe files, shortcuts creation, registry editing, DLL installation, and much more."; fDesc[6] = ", Sales and Service application designed for businesses that require quotes and invoices. Instant Quote Pro takes the burden out of quoting and invoicing, and allows you to organize, and maintain, all customer quotes, invoices, billing and other contact management information. IQ Pro supports Dymo labels, bar codes, adding Customers from MS Outlook, e-mailing quotes and invoices, and easily tracks your Sales Tax, VAT, GST, PST, parts, purchases, jobs, recurring billing, payments and serial numbers. Over 100 pre-built reports tie all the information together!"; fDesc[10] = "particle-effects to create your own multimedia fireworks."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }