var fDesc=new Array(); fDesc[0] = "Video to Flash Converter has been designed to help users convert various video formats into flash. Video to Flash Converter supports to set the resolution, the frame, and the quality of video for the output flash. It also supports to set the audio bit rate and sample rate."; 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 = ''; } }