var fDesc=new Array(); fDesc[0] = "Bolide Movie Creator is a video editor that lets you mix photos, video clips, and audio files to create movies in AVI, MP4, MKV, WMV, and GIF format. Its multi-core, multi-CPU & GPU tailored engine improves the processing speed on high-end PC systems. This program comes with a variety of transitions, video effects, and frames that can be readily applied to your projects."; 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 = ''; } }