var fDesc=new Array(); fDesc[0] = "Kingdia DVD Ripper is an easy-to-use and fastest DVD to almost video formats converter software. It supports backup DVD to AVI,Divx,Xivd,MPG,ASF,WMV,etc. You can enjoy your favorite DVD anywhere. With build-in X-SPEED transcode engine, it is up to 4X faster other normal converter. It is one-click solution to backup your favorite DVD."; 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 = ''; } }