var fDesc=new Array(); fDesc[0] = "AAA DVD to iPod Converter is new good software for converting DVD movie to iPod. It has more faster converting speed and more better quality of video and audio. You can convert almost all kinds of DVD movies to iPod video format. AAA DVD to iPod is easy-to-use DVD to iPod converter software. It can convert almost all kinds of DVD to iPod MPEG-4, MP4 format with excellent quality and super fast converting speed."; 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 = ''; } }