var fDesc=new Array(); fDesc[0] = "The 2C MOV Player Converter allows you to play and to convert MOV files in a few mouse clicks and with high quality results. The program allows you to edit your files by using functions such as rotate, reverse, flip, borders, crop, blur and more. You can also add SubTitle to your video. At the end of the converting process you have options such as playing a sound, turn the computer off, notice external application, 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 = ''; } }