var fDesc=new Array(); fDesc[1] = ", Shockwave, Java, Photoshop, and many other programs into presentations for broadcast on the Internet. The BALI Editor allows you to control almost ..."; fDesc[5] = "ancient puzzles there to find clues to your friend's location! You must overcome over a dozen challenges"; fDesc[6] = "Jewels in your friends backyard hundreds of years ago, so what is a good adventurer like yourself to do? Go get the treasure of course!"; fDesc[9] = "tray area. You may : quit or restart Windows, inhibit the screen saver, use a calculator, manage your phone numbers and to do list, modify automatically your wallpaper, launch applications or documents directly from the tray area, adjust automatically some windows positions, count how much time you spend using Internet, announce the time every half an hour, queryyour mailboxes, announce and display any new mail, pick up some quotes values, place a phone call, simplify connection process."; 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 = '...'; } }