var fDesc=new Array(); fDesc[0] = "ZC DVD Ripper is a DVD title and chapter ripper that allows you to transcode various video and audio formats. You can convert DVDs to portable media device playable video and music, crop your video projects, edit DVD ripping start and end range and preview 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 = ''; } }