var fDesc=new Array(); fDesc[0] = "The software provides a One-Click, All-In-One solution to convert DVD to iPod Video. Super fast (up to 400% faster than other solutions) DVD conversion speed. Optimzed for dual core processors. MPEG-4 and H.264 support with high video quality plus many advanced features give you everything you need to turn iPod into a portable media center. Watch iPod movies 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 = ''; } }