var fDesc=new Array(); fDesc[0] = "Free DVD to MP3 Converter is a program that allows you to extract the audio content from your DVDs and save it as an MP3 file. You can rip DVDs to various video and audio formats easily and quickly, it provides video preview with slider bar and volume control and optional audio tracks and subtitles for multilanguage DVDs."; 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 = ''; } }