var fDesc=new Array(); fDesc[0] = "If you have a drive to make films but are not very used to putting your movies on DVD, Video Easy is the product for you. This user-friendly software gets rid of hours of reading through manuals and the difficult task of learning a complex new program interface. It favors, rather, an approach that allows you to engage with the process of editing your film as much or as little as you like. There are options to actively add interest to your movie, as well as settings to let the video software do the work for you."; 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 = ''; } }