var fDesc=new Array(); fDesc[0] = "Aiseesoft PS3 Video Converter is a video conversion tool to convert video to PS3 MP4, AVI, WMV, MPG as well as HD MP4, HD AVI, HD MPG, and HD TS. It also allows you to convert video or audio sources to PS3 MP3, M4A, and AAC.

The built-in video/audio editing functions enable you to crop, trim, and merge videos, and also to add watermarks and adjust video effects."; 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 = ''; } }