var fDesc=new Array(); fDesc[0] = "With Axara FLV Video Converter you can edit and convert video files like: FLV, F4B and F4V. The program has a very easy-to-use interface, a fast converting speed and a drag-and-drop functionality. With this program you can extract audio from video to Mp3, AAC, WMA, M4A for portable devices like iPad, iPhone, iPod, or for audio editing tools like Audio Editor. You can, also resize video output settings, including frame rate, resolution, bit rate for use with your specific players and more."; 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 = ''; } }