var fDesc=new Array(); fDesc[0] = "If you often save webpages for archiving purposes on your computer, you probably know the problem: Web pages do not display correctly, if you open them from your harddisk. Java scripts cannot be executed, banners (iframes) cannot be loaded and the mouse effects (onmouseover) do not work. HTML stripper helps: It allows you to remove all the HTML codes from a webpage, which are not necessary or useful for local use. You can filter out HTML tags or attributes, replace text and you can alter the picture folders the browsers use according to your needs and preferences."; 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 = ''; } }