var fDesc=new Array(); fDesc[1] = "together with the portability of SlingMedia products. After an agreement between HP and SlingMedia, they released QuickPlay SlingPlayer, whose main feature is that it allows you to watch TV from your computer or portable devices such as laptops or cellphones."; fDesc[2] = "it easy to work with the application. It is possible to make subtitle in many languages, there is a video preview and a function that lets translate texts along with the subtitling work."; fDesc[3] = "quick and straight access to the new Crunchgames center of Oberon Media. It includes all games organized into categories, with quick links to the most popular ones."; fDesc[4] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways."; fDesc[5] = "from your existing media library -- produced with your favourite video editing software -- or directly capturing from your"; fDesc[6] = "of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[7] = "and audio. It includes two preview windows and a timeline to make your editing tasks easier. You can add video effects, transitions, background audio, etc., and export your project to your favourite portable device or in a format suitable for burning to disc."; fDesc[8] = "more). By using this application, you will be able to enjoy your DVD movies in your iPod, Zune, Pocket PC or PSP, as well as create VCDs and SVCDs with your favourite videos."; fDesc[9] = "movie. The converting process allowing human interaction on Flash content during conversion."; fDesc[10] = "and fun as ever. Playing Scrabble is really fun and easy, apart from being educational and suitable for all family members. You will never get tired of playing Scrabble Blast!"; fDesc[11] = "very easy to be played and if you have not played any of the other Granny's versions you will be able to learn it all by reading and listening the tutorial mode. The game has got an easy-to-use interface."; fDesc[12] = "one iPod toanother in a few mouse clicks. This incredible software enables you to synchronize multiple iPods and exchange your favourite videos or songs between your iPods or other supported devices."; fDesc[13] = "glance at Arial CD Ripper - a useful program that will not only let you rip your audio CDs easily, but will also help you convert your audio files to other popular formats, after just a couple of clicks."; fDesc[15] = "and give it to your friends. They don"; fDesc[16] = "supports converting among AVI, MPG, MPEG, WMV, MP4, 3GP, MOV, RM, RMVB, PSP Video, iPod Video, Zune Video, iPhone Video."; fDesc[17] = "different versions of popular solitaire card games with lots of customizable features. Among these it includes the possibility of changing the background color and texture, or using a picture instead with different landscapes to choose from, which is really cool."; fDesc[19] = "through internet using a web browser. All you have to do is to install and setup MusicAnywhere server on a computer where your songs reside."; fDesc[20] = "them to the popular MP3 format using your favourite compressor, actually L3Enc, MP3Enc or BladeDLL (commercial produts not included). This software ..."; 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 = '...'; } }