var fDesc=new Array(); fDesc[0] = "Using 4Media DVD Ripper Standard you can rip DVDs to AVI, MPEG, WMV, DivX, MP4, H.264/AVC, RM, MOV, M4V, XviD, 3GP, MP3, WMA, WAV, RA, M4A, AAC, AC3, and OGG with exceptional ripping speed and quality. With this tool you can also extract audio files and pictures from DVDs. 4Media DVD Ripper Standard runs on Microsoft Windows XP (SP2 or later), Windows Vista and 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 = ''; } }