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] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[3] = ", 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[6] = "into one program. Great tool for MSDE admins. Could be used like a substitution for EM and QA."; fDesc[8] = "and generate complex SQL statements with ease. Suitable for both novice users and power users. Works with all databases."; fDesc[10] = "features you'd expect, but there's no database, just NTFS from start to finish. It is the fastest and most reliable archiving software ever."; fDesc[13] = "vice versa. Creates table and indexes automatically, has table desinger. Import/Export SQL Scripts, XML, Excel, CSV."; 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 = '...'; } }