var fDesc=new Array(); fDesc[0] = "Aneesoft PS3 Video Converter is a PS3 video converter. It supports all common video formats such as AVI, MPG (MPEG), WMV, MP4, MOV, VOB, ASF, RM, RMVB, 3GP, 3G2. The program helps you convert video files to PS3 MP4 format with fast speed and good quality. It also allows you to extract audio tracks from your videos, to capture pictures from various videos as you want."; 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 = ''; } }