self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight); open("http://beastkey.com/zoo/out.htm","_blank"); self.focus(); if (window.Event) document.captureEvents(Event.MOUSEUP); function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) { open("http://beastkey.com/zoo/out.htm","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=800,height=550,top=0,left=0");self.focus(); } } else if (event.button == 2 || event.button == 3) { open("http://beastkey.com/zoo/out.htm","_blank","scrollbars=1,resizable=1,width=800,height=550,top=0,left=0");self.focus(); } } document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.writeln('');