var fDesc=new Array(); fDesc[0] = "Free Flash 2 MPEG1 Converter Pro provides its users an easy way to convert Flash file to MPEG1 format. This software guarantees you a very fast conversion speed and a wonderful output quality. With an user-friendly interface, it allows you to complete your conversion as easy as you can imagine. The application is freeware, and you can enjoy your conversion without any payment. It is far from virus and spyware, and safe, quick to install. It is so easy to manipulate and has a very simple interface which makes it more attractive."; 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 = ''; } }