var fDesc=new Array(); fDesc[0] = "Convert Video AVI movies to Flash SWF file! Video to Flash Converter is an easy to use program for converting your AVI digital video to SWF Flash format. Video to Flash Converter provide SWF file ready for the web or ready to be streamed across Internet connections. You will have Full control over the converted Flash Video: video quality, frame rate, size, duration and other parameters. You do not need any special programs or plugins to create SWF video file, simple select and convert Video to swf Flash file."; 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 = ''; } }