var fDesc=new Array(); fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[2] = ", and collect tips. You must help the restaurant owners to collect the money needed to pay their rents to Mr. Big, who wants them to fail because he wants his big restaurant to be the only one in the city."; fDesc[3] = "maximum server performance."; fDesc[4] = "desktop and gain full control over multiple number of remote computers that have VNC server installed and perform multiple system and network tasks."; fDesc[5] = "network * Manage unlimited computers * Take remote screen captures"; fDesc[6] = "minimizing as much as possible times and cost involved. As mentioned above, this version can work over a network – even Internet – allowing multiple users share the information stored in the database. The program implements a neat and intuitive interface and supports bar codes."; fDesc[8] = ", centralizing all documents involved and allowing data sharing over a network, including Internet. The basic concept is simplicity, meaning a simple and intuitive interface. The sections are: Course Catalog, Class Sessions, Personnel, Assignments, and Reports."; fDesc[11] = "company from a single comprehensive, highly flexible software application."; fDesc[12] = "into one program. Great tool for MSDE admins. Could be used like a substitution for EM and QA."; fDesc[13] = "SQL Server Enterprise Manager, EZStoredProc does not add a number to the end of every parameter of the generated stored procedure. It is a lot smarter in handling primary key, composite keys, and identity column. It does not generate a stored procedure that passes in duplicate parameters when you have both primary key and identity field as the same column. It is a lot more powerful and flexible because it provides many options for you to format and tweak your stored procedures."; fDesc[14] = "future needs by providing a flexible scalable, framework that allows users to customize its appearance and extend its functionality. Version 1.7b includes search, navigation, and user interface enhancements."; fDesc[15] = "administrators monitor, diagnose and troubleshoot their IT resources. OpUtils is web-based and very quick."; 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 = '...'; } }