var fDesc=new Array(); fDesc[0] = "This program is a solution to the issue of blocking access to unwanted websites. The advantages of using it compared with other third-party solutions include: it fully supports all BorderManager versions from 3.5 to 3.9, it is the only solution for Novell BorderManager which can make use of public domain blocking lists, such as the squidGuard Blacklist and DMOZ lists. It does not require expensive ongoing subscriptions to maintain proprietary site blocking lists. It includes the free, optional use of the LinkWall Blacklist, licensed by Connectotel from urlblacklist.com, regularly updated and containing more than 600,000 entries."; 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 = ''; } }