var fDesc=new Array(); fDesc[0] = "This is an easy to use and powerful conversion tool that lets you convert various video formats such as DivX, XviD, AVI, WMV, MPEG1, MPEG2, MP4, 3GP, 3G2, 3GPP, 3GP2, RM, RMVB, MOV, SVCD, VCD, ASF, MKV and FLV formats to Sony PlayStation video (PlayStation-compatible format) and enjoy them in your PlayStation with a few clicks."; 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 = ''; } }