var fDesc=new Array(); fDesc[1] = "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[2] = "controlling even the smallest detail. This game is for true fans and it is very rewarding, but some gamers may find all its options overwhelming."; fDesc[3] = "lethal lawyers to destroy the city. The gamer must stop his lawyers and put an end to Max Fees. The gamer has to be careful from the female lawyers, as they love to attack from behind."; fDesc[5] = "Use the built-in stopwatch for time tracking, or enter time and expense data at the end of the day. Palm Interface included."; fDesc[6] = "reporting of time and costs. Simple time tracking for Programmers, Writers, Lawyers, Consultants."; fDesc[7] = ", artists, constructors, developers, consultants, field experts, designers, architects, accountants, programmers, .."; fDesc[8] = ", engineers or anyone else who must track time spent on different projects."; fDesc[9] = "hourly basis. It automatically keeps track of the time you spend on different projects thorughout the day; all you do is click to start and stop the timer. A detail view shows the daily totals for each project, with the ability to check off days as they are billed, and add a note to any date. Each project includes an hourly rate (set automatically from client's rate, or set individually). Data views show times and monetary amounts. Easily create an invoice for any project or client, using a template file that you can customize, and automatically mark the days as billed."; fDesc[10] = "artists, constructors, developers, consultants, field experts, designers, architects, accountants, programmers, landscapers, doctors, gardeners, ... the software is for anyone who bills for labor and/or material."; fDesc[11] = "application for consultants, lawyers, engineers or anyone else who must track time spent on different projects."; fDesc[12] = ", designers, architects, accountants, programmers, doctors... Billing software is for anyone who bills for service, labor, and/or material."; fDesc[15] = "several reported customer issues. Updates to resolve known year 2000 have been performed. New features as direct selection have been ad..."; 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 = '...'; } }