var fDesc=new Array(); fDesc[0] = "CXB DVD To MP4 Converter is a ripping tool which helps you convert DVD to MP4 Video for your Pocket PC (iPod, PSP, MP4 Player, iPhone, Apple TV, Archos, iRiver, Creative Zen Vision, etc.) with good sound and image quality. With this program you can preview the movie before converting, clip any movie segment from the DVD, snapshot the images in preview, customize the output effect etc."; 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 = ''; } }