var fDesc=new Array(); fDesc[0] = "VSDC Free Video Editor lets you mix all kinds of audio and video clip formats including AVI, MP4, MKV, MPG, MP3, WAV, WMA, FLAC, PCM, and OGG. It can also be used to create photo slideshows with background music. This tool comes with a large number of video effects, color correction tools, object transformations, and video filters that can be readily applied to your audio clips."; 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 = ''; } }