var fDesc=new Array(); fDesc[1] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better"; fDesc[2] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD."; fDesc[3] = "even faster thanks to cool \"drag & drop\" function and create your own playlists."; fDesc[4] = ", music, among many other genres. It allows you to add your favourite stations with a click of a button and access to AOL Radio anytime you want."; fDesc[5] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager."; fDesc[6] = "easily and quickly. Get professional results with its more than 800 special effects, countless editing combinations and an extensive range of presentations and photo projects. It supports 20 different image file formats."; fDesc[7] = ", VCD, audio CD or DivX/XviD disc. It supports HD-Video, and it is also compatible with other formats like MPEG4, RM, WMV, QuickTime or MacroMedia Flash, and many others, as long as corresponding codec is already installed in your system."; fDesc[8] = "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[9] = "and will open it in your favorite bittorrent client."; fDesc[10] = "all your audio, video and photo libraries with an intuitive and easy-to-use interface. Not only can you play most of your media files, but it will also let you watch your favourite TV channels and listen to your preferred radio stations. It will also burn your media files in both DVD and CD."; fDesc[11] = "for Samsung can be used for video presentation, to see your favourite TV series on the way and especially for people who are always on the go. It enables you to take your favourite video to your journey or business trip."; fDesc[12] = "slideshow it is possible receive representation about a film action, find out favourite actors and define quality of video, not downloading huge video files."; fDesc[13] = "software that was developed for automatic shutdown of your computer. It has a very small size and a friendly interface. Switching off isn’t the only action that can be performed by this program. It also allows logging off, rebooting or running any file you like."; fDesc[14] = "archiving needs. Capture, edit and add all kind of menus and effects to your videos, or make slideshows with your favourite photos, or create your own data or audio discs, and burn your media to CD, DVD, HD DVD or Blu-ray discs."; fDesc[15] = "in your favourite MP3 player without using different applications to decode and re-encode your audio files. It supports CUE sheets for perfect track cutting of image files. The MP3 output is fully customizable, allowing for both constant and variable bit rates."; 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 = '...'; } }