var fDesc=new Array(); fDesc[0] = "M4V Converter Pack is a software that will allows you to convert M4V, AVI, WAV, WMV, MP3 and more and from one format to another. You may use the 'Video Effects Creator' of the program to make and to add an AVS file fast and easy. It allows you to raise many events at the end of the converting process: turn off the computer, playing a sound, notice external application etc. You can also set the destination video/audio scenario, so you can use it at a later time."; 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 = ''; } }