var fDesc=new Array(); fDesc[0] = "4Media Video Joiner 2 is capable of joining several individual videos into one video file with special transitional effect. Various input and output video formats are supported( High Definition videos especially), including AVI, MPEG, WMV, MP4, FLV, MKV, H.264/MPEG-4, DivX, XviD, MOV, RMVB, ASF, 3GP, DVH.264/MPEG-4 AVC (*.mp4), MPEG2 HD Video (*.mpg; *.mpeg) and etc. Easy video joiner, all you need to do is to drag and drop videos even in different formats to the application and hit "Join" to create your very own videos!"; 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 = ''; } }