var fDesc=new Array();
fDesc[0] = "Aplus Video to PSP Converter is professional Sony PSP converter software, it design for anyone who wants to enjoy movies on the PSP. With Aplus Video to PSP Converter, you are able to convert all favorite movies into your Sony PSP player and watch them wherever and whenever you want. is it cool? yes! portability ages is coming!
Aplus Video to PSP Converter is able to convert almost all kinds of video files such as flash video, flv, youtube's video, rm, divx, xvid, avi, wmv, asf, mpg, mpeg, vob, mov, qt, vcd, svcd to Sony PSP MP4 files, with quick speed and hight 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 = '';
}
}