var fDesc=new Array(); fDesc[1] = "Vegas Heist, but it's OK. The story is very similar to the original, but this time you are hired to find a hidden fortune within 17 hours."; fDesc[2] = "customers using Bluetooth protocol. With this program, you can target a specific area and group of people/businesses within a 15 meter radius. Bluetooth advertising is easy to use and is designed to provide spamless advertising."; fDesc[3] = "music and you must make music with this puzzle challenge to make guests happy. The game allows you to play different games so it is never boring. Challenge changes and you will always have fun."; fDesc[4] = "and travel agents can achieve maximum time efficiency and best costs in processing reservations."; fDesc[5] = "multiple screens. You can run Discotheek on Windows, Mac OS X, Linux and online."; fDesc[6] = ", cafeterias. The program has data import, export, password protection, backup copying and printing features."; fDesc[7] = "version, but with the additional capability to share data in real time over the network."; fDesc[8] = "24 hours, 7 days a week, using standard Nevada rules."; 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 = '...'; } }