var fDesc=new Array(); fDesc[0] = "EZ FLV Converter is software for Windows that allows you to convert FLV 3GP, AAC, AC3, AVI, DivX, Flash, HD , Mat, Mot, MP2, MP3, MPE, MPE, and more media formats and one format to another, easily, fast, with an high quality results. Before converting video files, you can set the best properties to your destination video files easily by selecting the best converting tipe. Each tipe has the best properties for the type name. Video effects, such as: Rotates, SubTitle, Reverse, Flip, Borders, Crop, Blur and many more can be added to the destination video files, by a few mouse click."; 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 = ''; } }