var fDesc=new Array(); fDesc[0] = "Waterfox is a free web browser built-upon the Firefox source code. It provides a variety of security features and an interface that is fully customizable. Waterfox does not collect any telemetry; hence you do not have to worry about tracking or usage information being sent to the developer. You can also install all the compatible Firefox addons on Waterfox to improve its features."; 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 = ''; } }