var fDesc=new Array(); fDesc[0] = "Boilsoft PSP Converter is a powerful MPEG-4(.mp4) converter, it let youeasily to convert MP4 to AVI, MP4 to WMV, MP4 to DVD adn AVI to MP4, WMV to MP4 and etc. With it , you can convert any video format to MP4/3GP file for your portable video device such as iPod/PSP or smarth phone. It support all most video like AVI, DivX, MPEG, VOB, RM, RMVB, MOV, MP4 and etc."; 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 = ''; } }