var fDesc=new Array(); fDesc[0] = "Pocket PC Video converter is a powerful easy-to-use software which helps you convert your popular Movie to file for playing on Pocket PC easily and quickly! Watch your own Videos on your Pocket PC anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface."; 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 = ''; } }