var fDesc=new Array(); fDesc[0] = "Convertilla is a simple and convenient program for converting video and music files between various formats. It supports MP4, FLV, MKV, MPG, AVI, MOV, WMV, M4V, 3GP, MP3, WEBM, OPUS, AAC, FLAC, APE, WAV. We prepared presets for the following devices: Android, iOS (iPhone, iPad), Windows Phone, iPod, Blackberry, Sony PSP and PS3, Microsoft XBOX 360 and Zune, Chrome OS, Ubuntu, Tizen, Nokia N-series and others."; 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 = ''; } }