var fDesc=new Array(); fDesc[0] = "Extra Video Compose allows you to combine two frames of the same sizes using different transition effects. This program puts at your disposal wide range of different professional video compose effects like advanced, wiping, sliding, pushing, stretching transitions which allow to make beautiful joint of the movie scenes. Extra Video Compose has format conversion functions:Input formats are supported: mov, MP4, 3GP, mpg, avi, wmv, asf, JPEG, Bitmap, Gif. Output formats are supported: mpg, avi, wmv, mov."; 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 = ''; } }