var fDesc=new Array(); fDesc[1] = "Windows's right click menu. Those items allow the user to create ISO images of CDs and DVDs, burn those images to a CD or DVD or even copy CD or DVD to another CD or DVD. This program is a prime example of how a great product can be achieved by the simplest of means: simplicity."; fDesc[2] = "surprise you with its unique capability to directly integrate with all your Windows components. This application offers you the simplest interface to optimize your digital images."; fDesc[3] = "use. If you are a beginner to genealogy, you can learn to use GenoPro in a few minutes without the need to take a look at the online help. GenoPro is capable to draw any type of family tree, including the most complicated family difficult to \"picture\". Once you have finished your family tree, you can save your family tree in a metafile to insert in Word, PowerPoint or any other Windows software. A metafile is a picture with a transparent background capable to be scaled to any size without quality loss. You can use GenoPro to create a huge poster of your family tree. GenoPro can insert unlimited pictures for each individual and family, and help you to create a CD ROM of your family album. GenoPro has a powerful report generator to generate detailed reports in the language of your choice. Those reports can be printed using Word or published on the Web using your internet connection...."; fDesc[4] = "conceived, LyX tries to make writing accessible to the masses, and, also, to those who need more than just writing words. LyX comes with several layouts inbuilt."; fDesc[5] = "way. It is based on a clear and intuitive interface and allows you to develop your own files in any of these formats: MP3, OGG, WMA and WAV. It supports ID3v1 and ID3v2 tags to keep the the original tags information."; fDesc[6] = "everything you cut or copy from other programs. It keeps the last 30 clips - text, graphics or bookmarks."; fDesc[7] = "adds more functionality to the boring Windows clock. The applications sits on your system tray and enables you to command everything from there. It includes a multi functional alarm clock that enables you to schedule everything you want in the simplest way as possible."; fDesc[8] = "format with high video quality and fast speed. This incredible program enables you to convert any DVD to iPod format, including copy-protected and all regions DVDs, so you don't need to use any other DVD"; fDesc[9] = "imagine. With a little practice selecting images, The result can be truly spectacular. The program supports the use of graphics files of the most common formats and generates the final mosaic in 24-bit BMP format."; fDesc[11] = "simplest and fast clipboard manager."; fDesc[12] = "the simplest possible GUI to join audio files. The controls and the options too can be clearly understood by the user. This software allows the user to join two files having different parameters,"; fDesc[13] = "DVD on your hard disk or copy DVD to DVD with a highest quality. DVDPizza supports all types of DVDs including virtual disks."; fDesc[14] = "You play George, the computer, for a cent a point. George is not so stupid and he will do his best to get your cents."; fDesc[15] = "happened to any point on the Net that you put in."; 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 = '...'; } }