var fDesc=new Array(); fDesc[0] = "Joboshare DVD to PS3 Converter is a professional DVD to PS3 Converter. The program comes with various options to customize video and audio bitrate, adjust resolution, set frame rate, select DVD audio track and subtitle, select any DVD chapters and titles to convert, trim your DVD chapters and titles to only convert your favorite clips and so on."; 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 = ''; } }