var fDesc=new Array(); fDesc[0] = "Joboshare Free Video Converter is a free video converting program specially designed for converting between the general video/audio file formats at fast speed. It allows you to convert between almost all general video formats without quality loss and it is able to extract audio from video and convert it to various audio formats. Also, this converter provides some basic editing tools and allows you to convert multiple files at one 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 = ''; } }