var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[3] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all."; fDesc[4] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually."; fDesc[5] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer."; fDesc[6] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos."; fDesc[7] = "create templates for your pages. When we open the program we can find three toolbars, two panels and one window. In the general toolbar you can add text to your collages templates, in the collage button you can configure the setups, the backgrounds and the collage frames."; fDesc[8] = "sketches. This software is very easy to use and suitable for anyone. There are many frames to choose from as well as faces or icons. We can add frame and face, zoom in/out, save, save to an album, print, send by e-mail, set as a wallpaper and many more."; fDesc[9] = "your pictures. The program offers a vast variety of different bright frames, backgrounds and clips which you can insert into your pictures or photos. You can also write text comments into your pictures."; fDesc[10] = "your digital photographs with professional results. If offers over 200 different frames, which can be modified and customized with an extensive list of digital effects. Its professional-looking interface, full of attractive options and endless possibilities, is however very easy to use."; fDesc[11] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others."; fDesc[12] = "users to add quickly and easily different style frames, from standard, colored, cool frames, to special shapes. It allows to resize, rotate and adjust brightness, contrast and hue, without affecting the selected frame, as well as color the photographs, and add text to the photos."; fDesc[13] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them."; fDesc[14] = "styles: simple, wood, golden, modern, professional and other. For each one of these, it includes 16 different frame models. Also, user can select frame thickness, inner border, background, etc."; fDesc[15] = "of your photos, create collages and add effects to your images. You’ll be able to upload images in BMP, JPEG (JPG), GIF, PCX, PSD, PNG format, edit them and then save them on GIF, BMP, PNG, and JPEG format. Available in 8 languages."; 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 = '...'; } }