var fDesc=new Array(); fDesc[0] = "Torrent DVD Ripper is a handy tool to rip,copy files from DVD to your computer hard drive or other devices. This program is also a DVD converter, allowing to convert DVD to AVI, DVD to MPEG, DVD to WMV, DVD to DivX, DVD to VCD, DVD to MP4, DVD to IPOD, DVD to PSP. In addition, it is a DVD to iPod Video Converter and DVD to PSP Video Converter."; 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 = ''; } }