var fDesc=new Array(); fDesc[0] = "Badger is a downloading robot that fetches multiple files for you without spying on you or taking over your downloading life. It won't even force IE on you. If you use a different
browser then that's what it'll use. If you care about privacy this is a great alternative for doing your downloading."; 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 = ''; } }