var fDesc=new Array(); fDesc[0] = "With it, you are able to convert any flash to mp4 file format. The both encoder MPEG-4 and H.264 are supported. Futhermore, the program saves you from need to manually set video and audio-related parameters, such as bitrate, framerate, sample rate or encoder. All you need is to choose the model of your portable multimedia device, and the software will set the optimal parameters automatically."; 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 = ''; } }