var fDesc=new Array(); fDesc[0] = "Bros MP4 Converter is a program that enables you to videos to an MP4 format. You can convert AVI, MOV, WMV, VOB and FLV videos, extract the audio content form MP4 files in MP3, WAV and AAC, edit MP4 Video Files and convert MP4 video to iPod, iPod Touch, iPhone and iPad."; 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 = ''; } }