var fDesc=new Array(); fDesc[0] = "QuickSpoof is a HTTP Referer spoofing utility for security testing. Many web browsers store the URL the page you are currently browsing this is then sent along with any other headers to the webserver that contains the next page you visit. Some websites check the referer of the last page you visited for authentication. QuickSpoof allows you specify a custom referer header for a target page to be viewed. QuickSpoof is based on the excellent ZSpoof program created by wolfman the basic functions operate in the same way and the data format for storing spoofs is the same."; 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 = ''; } }