var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "keyboards and most recently laptops come with multimedia buttons and what are called quick launch buttons. HP Quick Launch Buttons is Hewlett Packard's software solution to enable and control the functions of the buttons included in their laptops and desktops."; fDesc[3] = "create shortcuts which enable you to launch applications, find contacts or take a picture in a simple, fast and easy way. Its easy to set up, and simple to use."; fDesc[4] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!"; fDesc[5] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[6] = "from Creative, that includes the webcam console ( basic webcam usage), webcam center (basic and advanced usage) or webcam central (replacement for webcam center) and Creative livecam application (animated avatars)"; fDesc[7] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[8] = "launching features will show up. Each corner has its own function: Left - up: opens My PC. Left - down: Internet Explorer Favorites. Right - up: switch windows. Right - down: Shorcuts from the desktop. You can change the assignments."; fDesc[9] = "allows you to easily assign quick launching of any program by the touch of a button or by selecting from the list."; fDesc[10] = "programs on Microsoft Windows XP or Server 2003 without the need for changing the system wide locale by emulation of the code-page needed by these programs."; fDesc[11] = "animated dock on your desktop which allows you to quickly and easily launch applications. The plus version is enhanced with features that allow to explore and launch programs, documents, mail, music, and other in a simple, smart, and configurable way on your desktop."; fDesc[12] = "added to this calculator a lot of features that the standard windows calculator does not have. This calculator is very useful and will obviously calculate at the same speed your standard window calculator does."; fDesc[13] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it."; fDesc[14] = "groups for your shortcuts with the possibility of adding more links without using additional taskbar space. The application is really easy to use and the only thing you have to do to add, remove or rearrange shortcuts is drag and drop or right-click shortcut."; fDesc[15] = "keystrokes, by typing abbreviations. Just type a few letters of what you are looking for and Key Launch finds it."; 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 = '...'; } }