var fDesc=new Array(); fDesc[0] = "Photo Mixer is software for professional or home user who wants to share their photos with rest of the world. It adds animation and video effect to photos. Creating a slideshow and adding an effect in the video is so easy. Professional can create slide show with sound effect and comments which make their presentation very effective. A strong tool for making tutorial from the screenshots and make other understand about your product.
It provides plenty of features like transition effects, synchronized background music and comment which add extra visual effect to slid show. User can import all common type of photo file format like JPG, BMP, TIFF and PNG to their project. Editing of photo and adding text on them is also possible so extra tool for photo editing is not at all required, if you use this software. If a professional makes a presentation for his office work and wants to add his own voice to his presentation he can record his voice with synchronizing comments and can add in his presentation. Adding multiple sound tracks is also possible so there is no limit of track numbers.
This software provides very fine video quality which can be used for professional work. It supports many output video file format like AVI, MPEG, WMV and DIVX. Users have control over time and transition effect so he can set the time for each photo individually. Adding a photo to the slideshow is just a click away. Users can browse directly from the software for the photos on his hard disk."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }