var fDesc=new Array(); fDesc[1] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[2] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[3] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!"; fDesc[4] = "offering the best performance even with large files and folders. This incredible program will help you get your family and friends excited with perfect photos, multimedia presentations, brilliant printouts, photo books and many other creative gift ideas."; fDesc[5] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour."; fDesc[6] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[7] = "your friends and your family. After finishing your project you can send it via e-mail or print it out."; fDesc[8] = ", easy and allows you to edit and create good looking layouts. It also lets you save your work and use it as wallpaper. It has a really simple and intuitive interface, so you will easily understand how to you use it."; fDesc[9] = "rain, and snow, combined with sound effects to produce realistic animated scenes for lakes, seas, waterfall or weather. You can create screensavers, build exe files, animated gifs, and avi files."; fDesc[10] = "overlapping photos into a gorgeous panoramic image quickly and easily. This incredible program provides extensive RAW format support, so you can be sure it will work seamlessly with your latest digital camera."; fDesc[11] = "chosen by the user. Settings, photo positions, transitions effects, headline effects, etc. are very easy to select in order to obtain the desired resulting screensaver. The final result can be freely shared and distributed."; fDesc[12] = "make it more stunning and lively. Its interesting features lets you apply and edit photo transition, delete transition effects from the chosen photo or music, change photo play order and so on."; fDesc[13] = "pictures. The program allows you to select any picture from your computer and load it into any of the program's templates. If you want to give a present to someone you love, you could use this program to create a collage with your pictures together."; fDesc[14] = "fashions.This easy-to-use software helps you to create passport photos for printing in just a few minutes.ID Photo Maker can be used to rotate, crop, edit and change background color."; fDesc[15] = "a few steps. This version is rather old, but here you can get the latest version which includes even more features. The program enables you to create astonishing videos from images and photos, with the possibility of adding background music, captions and an interactive disc menu."; 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 = '...'; } }