var fDesc=new Array(); fDesc[0] = "Aiprosoft DVD to PS3 Converter is able to convert DVD to PS3 or rip DVD to PS3 H.264(.mp4), DivX(.avi), MPG, HD TS video with different resolution to suit your PS3 device. In addition, this program owns the ability to extract DVD into MP3, AAC, M4A audio formats with high quality."; 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 = ''; } }