var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[3] = "such as clear org charts, complete maps, spectacular flowcharts, time lines and much more in just minutes in a very easy way. No experience is needed."; fDesc[4] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable."; fDesc[5] = "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[6] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[7] = "collaborating projects. It works on Microsoft Project ® files (MPP files), and is designed with impeccable capabilities, such as instant sharing of documents, project plans and information in a group."; fDesc[9] = "engineers. These programs can be very expensive, as well as very difficult to learn, and very difficult to use. Easy Plan Pro is very easy to use and also is very easy to design and to draw."; fDesc[10] = "represent their ideas. Edraw provides you with over a hundred drawing types and thousands of shapes, some simple, some quite complex. It has different purpose templates from flowcharts plans to computer networks."; fDesc[11] = "versions. It is very powerful and functional software. This program allows to make realistic flight tasks, to find necessary beacons for navigation and much more, and then you can import this plans directly into Flight Simulator."; fDesc[12] = "PlanSwift people know it very well. Everything, from concrete to electrical work has to have its estimate. The thing is, planning and estimating can't cost more that what you could actually save by planning and estimating. PlanSwift is the tool for that"; fDesc[13] = "of betting. 17 Back Staking Plans, 11 Lay Staking Plans and 2 E/W Staking Plans. Free evaluation."; fDesc[14] = "that allows readers to study their Bibles, study notes etc., and to keep them collected in a virtual library. This plug-in is from a PocketBible collection of bible study material and it provides readers with various schedules for use with PocketBible for Windows."; 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 = '...'; } }