var fDesc=new Array(); fDesc[1] = "drives, card readers and other gadgets that you connect to your PC through the USB ports. USB Safely Remove is intended to allow the users to remove USB drives safely."; fDesc[2] = "changes is the ability to turn into a werewolf during game-play. The game is fun itself, but it is plagued by a lot of technical issues."; fDesc[3] = "mom or grandmother, but it certainly helps you a lot if work forces you to carry on the same task time and again. Workrave will suggest you to take breaks at regular intervals or when you tell it to. Thus, it can help reduce the risk of suffering from repetitive stress injuries."; fDesc[4] = "five times smaller than the Windows version. Its interface is smart and user-friendly, allowing you to control different levels."; fDesc[5] = "recognizes those commands when it is set to be listening for them; it then looks for actions associated to those commands and carries them out. The program can be used, for instance, to launch applications or paste frequently used passages of text."; fDesc[6] = "search for icons in your computer, modify existing icons and create new icons instantly by capturing screen areas. You can also modify desktop shortcut and folder icons, choose any image to substitute the icons, etc."; fDesc[7] = "launches an easy to navigate Windows style interface which presents you with tabs for more specific information about pinout, substitute, ratings, short data and the Links tab that includes URL links to data sheets for more than 9,500 vacuum tubes on the Internet."; fDesc[8] = "application can rename files, folders or both, change the case of filenames, remove or change a filename, perform string substitution, Append dates in many formats, remove characters or words, append the parent folder's name, remove digits or symbols, append or propend text and much more."; fDesc[9] = "provides Caller ID support by converting the computer into an answering machine. PC Answering Machine includes all possible options, which simplify the process of accepting and returning a call, and also allows the user to read registered calls with the Date Picker option."; fDesc[10] = "card, but will not substitute the scattered Gold dollar symbols. Each scattered dollar symbol which appears will get you an extra dollar in your Cash Vault. If you happen to get 3 or more of them, you are eligible for Cash Diamond free games."; fDesc[11] = "parts of the text from web pages and paste them into the searching field of a search engine. Using WordClick you can substitute this sequence of operations for a single mouse click to perform this action."; fDesc[12] = "a substitute for the Start menu - and an Explorer substitute. But in contrast to the original programs it offers in addition to the unus..."; fDesc[13] = "monthly tasks."; fDesc[14] = "runas does not support the commandline parameter password. RunAs Professional has a lot of more features too."; fDesc[15] = "control is a must have for the serious developer with a flair for style."; 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 = '...'; } }