var fDesc=new Array(); fDesc[0] = "1CLICK DVDTOIPOD converts DVD movies and episodes to iPod compatible files, quickly and easily. Utilizing our famous CPRx error correction technology ensures the highest level of success when converting the latest generation of DVDs. Now you can convert all your favorite DVDs to iPod compatible files with just one click. Unlike other software with complex settings and multiple steps, 1CLICK DVDTOIPOD is easy to use."; 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 = ''; } }