var fDesc=new Array(); fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement."; fDesc[2] = ", he must pass through different levels. Along the way, he will encounter emenies that will try to stop him. the way Lex defends himself from these enemies is by spelling out words."; fDesc[3] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[4] = "packs a punch. Collide-o-scope: Colorful, bouncing and homing chain of bullets. Neon Blast: Bright flashes of light confuse and damage the opponent."; fDesc[5] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)"; fDesc[6] = "software features nine powerful garden and landscape design software tools, patent-pending PhotoView and the sortable PlantFinder database with over 2,000 landscape plants. The PlatFinder makes it easy for the user to locate anything."; fDesc[7] = "libraries. The software includes features like 2D/3D Exterior Home Design, 2D/3D Landscape Design, Skylight & Dormer Cutout Tools, Deck Cutout Tool, Brand Name Content, Decorator Palette, Compass,"; fDesc[8] = "powerful. Generate custom reports. Just $39.00. Awarded 5-stars by PC Mag. A manager's version available, too."; fDesc[9] = "to inform the player about hidden regularities within the numbers. They increase in proportion to the odds with which the numbers can be drawn."; fDesc[10] = "integrated CAD feature that helps the user to create, edit, import, & export custom objects. The Edge treatment--blending & chamfering is an advanced tools to blend object edges; chamfer by length or angle."; fDesc[11] = "billed to any number of clients and projects, and automatically create customizable reports, invoices, and time sheets."; fDesc[12] = "time by automatically calculating their time for you. No longer will you spend hours manually processing time cards."; fDesc[14] = "for anyone who must keep track of time billed to different projects. Time can be punched in and out for each project. A running total displays the total time billed to each project for the day. A history file is kept which records all time transactions. A report summarizes all billed project time by weekday for the given week."; fDesc[15] = "reports can be generated quickly. The software automates the time tracking and payroll process for managers and human resource departments."; 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 = '...'; } }