var fDesc=new Array(); fDesc[0] = "Altdo Video to PMP Converter is a powerful multi-format converting tool for PMP movie with high speed and without movie quality loss. It can convert 3gp, avi, asf, mov, wmv, mp4, m4v, mpeg, mpg to PMP format. You can enjoy your favorite movies on your PC, it is faster than other PMP Converter software, and just a few clicks are enough. It is designed for anyone who wants to watch multi-format movies on the PC."; 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 = ''; } }