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] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[3] = "creates icons or cursors from all or a part of an image and it can also save an icon as an image. IconConveter can handle the following file image formats: JPG, PNG, GIF and BMP."; fDesc[4] = "workbook and sheets of Microsoft Excel documents starting from version 5.0 and up to version 2003. The program has 5 interface languages and keeps history for last opened files."; fDesc[5] = "determined files and you do not remember the name you gave to it. Well, LabelsWin will help you identify the priority of your files, changing the color of your file icons where you can classify them as “personal”, \"cool\", “projects”, etc. etc."; fDesc[6] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color."; fDesc[7] = "Auto Kill ActiveSync and Kill ActiveSync. Auto Kill ActiveSync closes the Microsoft ActiveSync iconfrom the system try directly without opening any window. Microsoft ActiveSync can be executed again at any time without problem, if you run Kill ActiveSync"; fDesc[8] = "there is a right click menu with all the common player controls and also shows the song currently playing so there is no need to maximise the the player to control it. IconMP3 supports the latest ID tags for mp3 songs. FEATURES: Small size. Ease of use. Tray icon right click menu. Random play. Repeat mode. Play lists. Supports ID tags for file naming."; fDesc[9] = "It can also be used as a Media Player or an Image Viewer by placing the mouse cursor over a multimedia or an image file icon."; fDesc[10] = "anywhere on the desktop. The text appears in a so-called \"appbar\" which is similar the the Windows Taskbar. All settings are saved between sessions."; fDesc[11] = "Attributes Too. Have Many Files? Operates In Batch Mode As Well."; fDesc[12] = "links in swift and unobtrusive way. It can help you unclutter your Desktop and remove the need for more place on your screen."; fDesc[13] = "feature in just seconds. Simply enter the name of the file on CD that shall be executed and the software automatically creates the autorun."; fDesc[15] = "files you wish to merge on the application icon and click the \"Stitch\" button. Don't re-encode your MP3s, File Stitch them together!"; 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 = '...'; } }