var fDesc=new Array(); fDesc[0] = "AnalogX CookieWall allows you to quickly and easily decide which cookies can stay on your system, and which cookies should go - once you let CookieWall know which ones are unwelcome, it does the rest. CookieWall can be configured to delete cookies as soon as they arrive, to notify you of any new ones, or just queue them up for you to check out at a later date. This program works on all versions of Windows, from Window 95 to Windows 7 and everything inbetween (including XP, Vista, Win2k, etc)."; 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 = ''; } }