var fDesc=new Array(); fDesc[0] = "Pazera Free Video to 3GP Converter is the freeware application which converts the most popular videos. The application allows you to convert full movie or selected range only. You can limit output file size and set many parameters used by encoder: audio and video bitrate, fps, resolution, sampling frequency and other."; 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 = ''; } }