var fDesc=new Array(); fDesc[0] = "Tipard DVD to MP4 Suite offers you the function of converting your DVD and video to iPod MP4, PSP MP4, and other portable MP4 players. It is bundled with DVD to MP4 Converter and MP4 Video Converter. This powerful DVD to MP4 Suite can also extract audio from DVD or video files to AAC, AC3, AIFF, AMR, AU, FLAC, MP3, M4A, MP2, OGG, WAV, WMA audio formats."; 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 = ''; } }