var fDesc=new Array(); fDesc[0] = "Quick Site Blocker is a program that blocks access to domain names.
Features:
- Store two type of sites, Non-Blocked and Blocked. This allows you to quickly and easily block or unblock sites quickly and easily without typing the domain each time.
- Delete one domain, all types of a domain, or all domains by simply clicking a button.
- Require a password to change blocked domains.
- Block/Unblock all domains."; 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 = ''; } }