var fDesc=new Array(); fDesc[0] = "Boxoft MPEG Converter is fast and easy-to-use software which helps you convert MPEG videos to many other popular video or audio format files. The versatile video converter supports output formats including AVI, WMV, MP4, FLV, MOV, MP3 and so on. And the quality of the output files is very high to play smoothly on your portable devices, like Apple iPod, Zune, PSP, MP4 player, 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 = ''; } }