var fDesc=new Array(); fDesc[0] = "DVD to iPod Converter is the easiest-to-use and fastest DVD to iPod converter software for Apple iPod Movie and iPod Video. It can convert almost all kinds of DVD to iPod Movie / iPod Video format. It is also a powerful DVD to iPod converter due to the conversion speed is far faster than real-time. You will enjoy your favorite DVDs on your iPod as a portable DVD Player. Now you can get this DVD to iPod Converter at a very competitive price"; 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 = ''; } }