var fDesc=new Array(); fDesc[0] = "With Picture to Video Converter, we can create our own videos from our images and even add sound to them. When we open this program we can see a toolbar and two windows for handling the image files and the music. The program lets us create amazing videos from our favorite pictures and music, creating transitions between those in just a few clicks, as the program's interface is very intuitive and easy to handle.

We can select between more than 20 transition effects, and adjust transition duration as well. We can also change various settings of our videos, and select the output format, the output file, its resolution, video encoding and audio encoding bitrate. The program supports the following formats: BMP, JPEG, GIF, TGA, WAV, MP3, WMA, MPA, MP2, AU, SND, AIFF. We can see a preview before creating our video and make even more changes to it. The program works very fast in general, because literally in seconds we can have our fresh video. The program is really useful and very powerful, and we can see our photos in a new way."; 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 = ''; } }