var fDesc=new Array(); fDesc[0] = "ImageToAVI will quickly convert a list of image/picture files into an AVI video.
With this neat little program you may choose to create video for DVD, SVCD and VCD (both NTSC and PAL supported). An audio file can be added for background music and your own background picture can be added as well. Multiple effects can be applied to each picture and you may even customize the length of time to display each image. Want to create your own mini video clip instead of a slideshow? Not a problem. ImageToAvi is there to bring out the artist in you!"; 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 = ''; } }