var fDesc=new Array(); fDesc[0] = "iMedia Converter for Windows is a total media converter which combines ripping DVD disks and converting audio and video files, making it easier for windows users to rip DVDs, convert videos (such as MP4, MOV, AVI, WMV, FLV) and extract audio from DVD and video for playback on mobile players like iPod Touch 4, iPod Nano, iPhone 4, iPhone 3GS, Apple TV, Zune, PSP, Creative Zen, Archos, HTC and other portable devices. Also it helps you remove DRM protection and wipe off restrictions from enjoying video and audio files. It gives a full support of Windows 7."; 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 = ''; } }