var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[2] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects."; fDesc[3] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles"; fDesc[4] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop."; fDesc[5] = "daily growing collection of thousands of shows, divided in channels. You need to install the program and then signup for an account, that you will need everytime you use the program."; fDesc[6] = "100 videos from a single application. AOL Music Top 100 Videos will stream all those videos to your computer and you can watch them instantly on the application. They are also separated by genre."; fDesc[7] = "DarkMatter: Subspace contains 3 distinct hyperthemes in dark, alloy or dark alloy styles. You can select the hypertheme you want to apply by choosing it after pressing the \"Hypertheme\" button."; fDesc[8] = "effortlessly to have every internet widget on your own computer. Amnesty Generator works flawless with a bunch of sites, sites where you can grab widget for your computer, like YouTube."; fDesc[9] = "personal blogs, webpages, etc. It enables users to import templates to design messages and edit them: add buttons, pages, layers, and so on. Users can also add their own images (in GIF, JPG, PNG formats) and add their own music or video files to make the widget even more attractive."; fDesc[10] = "use any html/javascript based widget directly from your Duhiki toolbar, it has many widgets or as they call them \"Duhikis\", available for you to use including Games,Youtube,Ebay etc."; fDesc[11] = "basic features to retrieve, listen and organize your favorite music, featuring a user-friendly GUI, making the data transfer a snap."; fDesc[12] = "can be dragged across your desktop and placed over any window. Users can adjust the transparency of the battery."; fDesc[13] = "appealing storyline, charming characters and lots of levels and power-ups, Ballhalla is game that will keep you playing for long hours. It is really fun and engaging. Puzzle fans should definitely try Ballhalla."; fDesc[14] = "if you just like to watch video files from the most popular video-sharing website once in a while this program will be excellent to you."; fDesc[15] = "below any window, or attached to the desktop. Size and transparency can be adjusted. Glass window can be added."; 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 = '...'; } }