var fDesc=new Array(); fDesc[0] = "Advanced digital video editing made easy (the sequel to Personal AVI Editor). With VideoFramer you can produce professional presentations or capture and edit home videos directly on your pc. Add sound and digital effects like fade, wipe, blue-screen, titles, push and slide. Produce movies in AVI, FLI or FLC formats or export movies as picturesequences in JPG and BMP formats. VideoFramer can alsobe used to create movies from still images (great for animators)."; 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 = ''; } }