var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[3] = "acclaimed products ever created by CyberLink. InstantBurn is the program solution for rewritable DVD disks. You can use your optical disk as huge flexible disc. With InstantBurn you can easy rewrite CD or DVD."; fDesc[4] = "guessing what songs are on what CD, get the label maker that automatically puts your track list on your CD/DVD label! Chock full of custom art for holidays and special occasions like Christmas, Valentines, birthdays, vacations, weddings and more! Automatically imports your track information from Acoustica MP3 CD Burner, WinAmp, Easy CD Creator or any other popular play list or previously burnt CD! Print on standard paper or stock sticker labels and jewel case templates."; fDesc[5] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD."; fDesc[6] = "photos from any of your drives or import them automatically from your digital camera, chose one of the Instant-Show themes available and burn your slideshow to CD or DVD. Personalize it by adding menus, music, text, narration, transitions and digital effects, all in minutes and with amazing results!"; fDesc[7] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available."; fDesc[8] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail."; fDesc[9] = "features. Like attractive and user friendly user interface with changeable skins, Audio chat, video chat, audio conferencing, file sharing, photo sharing, emoticons, screen capture, static/dynamic film capture, hidden mode of all window, auto hiding mode of main window and lots more to list."; fDesc[10] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[11] = "the web. With this application we can manage our email accounts, IM clients, share files, access our social network accounts, with the addition of VOIP, SMS and videoconferencing."; fDesc[12] = "multiple users chat and private-message exchange with offline messaging ability. The messenger can log all your messages to the log folder you choose on your computer so that you could find and read them whenever you need."; fDesc[13] = ", car??.jpg, *nirvana*.mp3 etc.) on your computer or local network."; fDesc[14] = ", thumbnails, icon extraction, history, favorites, time stamping, directory print, batch rename, and much more..."; fDesc[15] = "desktop search tool will provide you with the most valuable function: saving time. The program enables you to perform advanced searches and it will find each file instantaneously."; 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 = '...'; } }