var fDesc=new Array(); fDesc[1] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats."; fDesc[2] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills."; fDesc[3] = "drives, card readers and other gadgets that you connect to your PC through the USB ports. USB Safely Remove is intended to allow the users to remove USB drives safely."; fDesc[4] = "interface, a faster engine and new reporting features to keep your system running at top performance."; fDesc[5] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use."; fDesc[6] = "computer."; fDesc[7] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[8] = "(batch renaming is supported), create playlists and rip CDs. The program has an attractive user interface and is easy to use. And the main advantage of the program is that it is completely free."; fDesc[9] = "(even in a different format, it can be AVI, WMV, MPEG, MOV (Quick Time), VCD, VCD, or DVD). For the input file, MP4 and 3GP formats are supported too."; fDesc[10] = "slide show by adding images. You can import Quick Time, MP4, 3gp, AVI, MPG, WMV and ASF files and mix them with any image file like, JPG or BMP. You can customize the delay for displaying images in a video file."; fDesc[11] = "split any supported video file. The video files this program supports are AVI, MPEG, MPEG4, WMV, VCD, SVCD, DVD, DIVX, XVID, ASF, DAT, VOB and Quick Time."; fDesc[12] = "possible to convert audio to audio, video to video, create video from our favorite photo album, take snapshots, split video files, and so on. We can create a great video by using our best picture collection, making it possible to enjoy it with our family."; fDesc[13] = "with useful information and tips, showing the more practical and straightforward manner of performing many Photoshop tasks. It would be very useful for graphic designers, photograpers and commercial artists."; fDesc[14] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool."; fDesc[15] = "to use with your e-books, boxes, plastic boxes, DVD cases and other objects. This software is aimed for authors, developers and designers who want to get professional illustrations very quickly and save time and money."; 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 = '...'; } }