var fDesc=new Array(); fDesc[0] = "Iconvert4you is one of the best multimedia converter tool for Windows. It exploits the power of FFMPEG to convert, encode or decode your favorite files. With its many options, optimized for a simple and effective use, you can simply convert a wide rage of formats. The program is updated every month to provide you the maximum level of efficence and stability that is the main feature of FFMPEG, the core of this program. Languages: English, Arabic, Chinese, Chinese Simplified, Dutch, French, German, Italian, Japanese, Portuguese, Russian, Spanish."; 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 = ''; } }