var fDesc=new Array(); fDesc[0] = "DVD to iPod Ripper Plus is a fast and efficient software to convert your DVD to iPod video format. Additionally, you can also convert your DVD to other popular video formats such as VCD,SVCD,AVI,MPEG or DivX. The software will automatically detect your CPU type and optimized the ripping to ensure excellent video and sound quality. With optional video and audio settings, you can specify the input or output settings to meet your requirements."; 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 = ''; } }