var fDesc=new Array(); fDesc[0] = "CodeLifter is a source code viewer that lets you see all of the code on any http:// html page, including pages protected by no-right-click scripts, trapped in windows without file menus or url boxes, and 'referrer' pages that cannot be seen in your browser.

You can also access .css (cascading style sheet) scripts, external .js files (JavaScript files), and any other text file at an http:// address.

System requirements:
Windows 95/98/Me/NT/2000/XP/Vista/Windows7"; 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 = ''; } }