var fDesc=new Array(); fDesc[0] = "The powerful FlashVideo Encoder converts video into SWF or FLV file in seconds and creates the HTML page that contains the generated swf file at the same time easily. It can extract each frame as a static image and extract audio file from the inputted file. The bandwidth of SWF file and FLV file can be set with ease."; 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 = ''; } }