var fDesc=new Array(); fDesc[0] = "DVD Converter is a simple tool, which helps you to rip and convert your DVD video to another format. You also can create different conversion profiles. DVD Converter allows you to set size of output video file. MovieToolbox DVD Converter (DVD to MPEG, DVD to AVI, DVD to DIVX) helps you to rip DVD video to other video formats."; 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 = ''; } }