var fDesc=new Array(); fDesc[1] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard."; fDesc[2] = "land where words have yet to be invented. Test your word skills in 25 unique game types and watch your tower soar. Succeed, and your tower will reach heights never imagined."; fDesc[3] = "of your Internet and computer activity. Completely erase the contents of sensitive files and folders that you specify."; fDesc[4] = "restrict the contents they watch, as well as the time they spend online. Also, you can set up the programs you don't want them to activate, preventing them from sending your personal or business information to unauthorized people."; fDesc[5] = ", shared files, interface customization, license agreements, readme files, multiple disk spanning, DLL installation, patches, and much more."; fDesc[6] = "drive with PictureImp. Just bring up a small basket from the tray and drag and drop the image. That's it!"; fDesc[7] = "and find your missing girlfriend."; fDesc[8] = "ramshackle house that appears to be haunted?"; fDesc[9] = "odd clearing with a ramshackle house that appears to be haunted?"; fDesc[10] = "or higher required."; fDesc[11] = "higher required."; 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 = '...'; } }