var fDesc=new Array(); fDesc[0] = "DivXLand Bitrate Calculator is a small program that calculates the bit rates of video and audio files. Whenever video encoding is required for files of specific targets, this software is used. This software comes with very bright features. It is found to be highly compatible with all the codec versions of DivX and XviD. It supports WMA, WAV, AC3 and variable and constant bit rate of MP3 files."; 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 = ''; } }