var fDesc=new Array(); fDesc[0] = "Take a look at Augart 3D Video Converter. This user-friendly software package supercharges your mobile device, unleashing a plethora of new functionality. The application allows you to set many parameters used by encoder: audio and video codec, audio and video bitrate, fps, sampling frequency, resolution, and other. To convert video files, just drag & drop them into main window and click on the Convert button."; 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 = ''; } }