var fDesc=new Array(); fDesc[0] = "Are you looking for how to get DVDs onto an iPod? Now it's very easy with our new freeware tool. This tool is special program to transfer dvd movies to ipod. It is a fast, extremely easy to use DVD to iPod Converter CS which helps you rip and convert DVD to iPod video MP4 format with excellent image and sound quality. And you could watch your these movies on your iPod anytime anywhere without carrying those discs inconveniently."; 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 = ''; } }