var fDesc=new Array(); fDesc[0] = "You can convert DVDs and video files to various formats supported by portable devices. It can rip HD DVDs and Blu-Ray discs too. You can preview the video in the main window itself. Saving video snapshots and audio clips is also possible. It can automatically shut down your computer when the conversion is completed."; 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 = ''; } }