var fDesc=new Array(); fDesc[0] = "ABC VideoRoll is a freeware Win32 video editor. It has a curious user interface and is not without its fair collection of bugs, but the fact it is free, handles a wide range of file formats including QuickTime (it's actually based on the QuickTime engine) and has an extremely simple and well thought-out timeline system made me decide it was the right tool for the jobs I've done in the past."; 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 = ''; } }