var fDesc=new Array(); fDesc[0] = "1Step DVD Copy is a flexible straightforward application for copying / ripping your DVDs to PC, iPod, iPhone, DivX and DVD formats. With 1Step DVD Copy your possibilities are nearly countless. Backup your entire DVD collection to PC for easy access to all of your movies at nearly the same quality and only 10% of original size! Copy DVD video to your iPod or iPhone and enjoy it anywhere. Use the “Rip and Burn” function to create unprotected copies of you DVDs without forced intro videos."; 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 = ''; } }