var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to DIVX Converter is an easy DVD rip tool, which helps you convert DVDs to DivX, XviD and AVI video files. Also the program could rip DVD to many other video and audio formats such as: DVD to MP4, DVD to MPEG, DVD to MP3, DVD to WMV, and more."; 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 = ''; } }