var fDesc=new Array(); fDesc[0] = "Amadis DVD and Video to iPhone iPod Apple TV converter is a One-Click, All-In-One solution to convert DVD and all popular video format files to iPhone/iPod/Apple TV movies. Super fast (up to 4x faster than other solutions) DVD movie and video files conversion in high video quality plus many advanced features give you everything you need to turn iPhone/iPod into a portable movie player. Watch iPhone/iPod DVD movies, TVs, home videos on the go - a new lifestyle to experience."; 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 = ''; } }