var fDesc=new Array(); fDesc[0] = "AdSubtract allows you to harness Safari's built-in capacity to use Custom Style Sheets as an ad-blocking solution. AdSubtract will work with Safari (for Mac OS X and Windows) as well as other browsers. Most of the CSS here will work on any browser. Any browser-specific code will be optimized for the WebKit/KHTML Rendering Engine. Safari, Konqueror, OmniWeb, and Shiira are just some of the browsers that use WebKit/KHTML to render pages."; 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 = ''; } }