var fDesc=new Array(); fDesc[0] = "Ultra WMV MPEG AVI to FLV Converter is a powerful, easy-to-use video to SWF/FLV converter, which can convert AVI to FLV, MPEG to FLV, WMV to FLV video, AVI to SWF format. It can convert popular video formats likeDivX, XviD, WMV, 3GP, MPEG, MP4, M4V, ASF, AVI to FLV video and SWF formats."; 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 = ''; } }