var fDesc=new Array(); fDesc[0] = "Video ToolBox™ 2 is the easiest way to convert video and audio files. Its user-friendly design allows you to easily import video and images. It supports multiple formats including 3GPP, 3GPP2*, AVI, MPEG-1, MPEG-2, MPEG-4, WMV, and ASF. The program allows you to import images from DSC cameras, memory cards and local hard drives. Video ToolBox™ 2 includes great personalization and transition effects to make your videos or slideshow images even more exciting. The program also allows you to personalize videos with favorite music or even a voiceover tailored for family, friends, or colleagues. A great feature is the image batch conversion that is great for reducing slideshow file size."; 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 = ''; } }