var fDesc=new Array(); fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[2] = "photos with friends and family is as easy as pressing a button!"; fDesc[3] = "software makes it easier than ever to do the things you want with your camera. This version has a new interface, and support for Windows Vista."; fDesc[4] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues."; fDesc[5] = "uses 3D graphics and exotic colors and shades. Stardock's MyColor offers 4 free themes to try and you can select and buy any theme from the website."; fDesc[6] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion."; fDesc[7] = "photos and other images. This incredible program enables you to crop, rotate and resize and also add effects like sepia tones, red eye reduction, grayscale as well as the ability to change the hue, saturation and brightness levels, and a lot more."; fDesc[8] = "or drives as in Windows 98. Sodabush Windowpaper also offers the user to change font color. Now you can get your favorite picture on the background of any desired folders. Now you can completely change the view of your computer by using Sodabush Windowpaper."; fDesc[9] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc."; fDesc[10] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in."; fDesc[11] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects."; fDesc[12] = "that will display your favorite images and video files, with the transition effects of your choice, from a hundred available, and the music you want to play."; fDesc[13] = "presentations through your webcam. It also includes filters, effects and avatars to enrich your video chats. In addition, you'll have an added advantage: you can use it to share your webcam with multiple applications and other users at the same time."; fDesc[14] = "your images, animated gifs or videos and play it with 24, 48, 96 or 144 pieces."; fDesc[15] = "effects are available at one moment. This product supports the most popular file formats such as JPEG, GIF, BMP, ICO and WMF."; 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 = '...'; } }