var fDesc=new Array(); fDesc[1] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area."; fDesc[2] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[3] = "the program it is not necessary even to touch the mouse. Use Hot Key long combinations with two and more keys in one time."; fDesc[4] = ", in the Video tab, you can choose where to save your video file, which format would you like (AVI, WMV or EXE) and which codec you choose to use, which region of the screen will you capture, and configure the keys that you will use."; fDesc[5] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity."; fDesc[6] = "new hotkey you have to right click on the particular key. Then it will display a popup from which you have to select hotkey wizard option. Now by browsing from command line or selecting from tool options you will add new hotkey."; fDesc[7] = "webcams, TV Tuner cards, digital video, digital cameras and more. You can set audio and video compression codecs, output frame size and rate, and take snapshots with a hotkey."; fDesc[8] = "storing of text pieces and pasting them into any document by a simple hotkey press. This program locates itself in the system tray and runs on system startup and takes very little space on your hard disk."; fDesc[9] = "similar to another one previously learned by the program, there will appear a list of words and you will only have to press the TAB button and the program will automatically complete the word."; fDesc[10] = "install the application, the only trace you will see of it will be on the tray menu. There, you have to access the settings just so that you know how to activate the thing. You can only turn the magnifying glass on and off with a hotkey."; fDesc[11] = "screen to a JPG, GIF or BMP file by pressing a hotkey. This incredible program sits in your system tray and allows you to easily redefine hotkeys, capture active windows, and copy the captured screenshots to the clipboard."; fDesc[12] = ", capital letters and numbers. Here you have option to create password of any length from 1 digit to 8 digits. You can also select or deselect the small letters, capital letters and digits. But its hotkey feature is really fantastic."; fDesc[13] = "program, document, website, etc. The program is really simple to use since you just have to select the word or phrase you are interested in and press a given hotkey, and the program will automatically open a browser showing the results."; fDesc[14] = "record any sound by pressing a button of your keyboard. While minimized, its icon is visible in your system tray and you can start recording by clicking on the system tray icon which saves lots of time for you."; fDesc[15] = "activate them simply by pressing some keys on your keyboard. With this program you will no longer waste time searching for a program you want to use since you can quickly execute it with just one key combination."; 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 = '...'; } }