var fDesc=new Array(); fDesc[0] = "Key Feature of Free Flash to FLV Converter: convert SWF to FLV; allows batch conversion; allows downloading swf files from the Internet; allows cropping the flash movie for the output; profile setting for output format to set audio parameters; supports auto & video conversion and user interactive conversion process; audio capture technology 100% keeps the original sound effect; accurate audio & video synchronization."; 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 = ''; } }