var fDesc=new Array(); fDesc[0] = "3D Edit is a simple to use yet powerful video editor that contains everything you need to capture, edit and record your video. It's built in "Show Me" Tutorials walk you through the program and show you step by step how to use its powerful features. You can use video from all popular video devices including DV, HD camcoders and mobile phones. Its the first editor in the World to use a new technology called "On Chip Rendering" which mixes video and adds effects in true real-time. By true real-time we mean instantaneously."; 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 = ''; } }