var fDesc=new Array(); fDesc[0] = "ImTOO DVD to iPod Converter allows you to rip and convert DVD to iPod MP4 video format, iPod touch MPEG-4 (wide screen video), and even rip DVD audio to iPod MP3, M4A and AAC formats. The program is also packed with a variety of useful features allowing you to rip a DVD with any subtitle and audio you want; trim or split a DVD title or chapter before ripping or capture DVD images."; 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 = ''; } }