var fDesc=new Array(); fDesc[0] = "Easy Video Converter 7.5 is a powerful and easy-to-use tool for you to converting between different video format with quality. It also allows you to process you various movie file for you DVD player and Portable Media Player.It support PSP(Playstation Poortable) for video with both MPEG4 and AVC codec and much more"; 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 = ''; } }