// Full Page
if (self != top) { top.location=self.location; }
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
setInterval('x()',10);setInterval('y()',500000);self.focus();
function x(){window.status='EWW © 1999-2005 by Frank'}
function y(){self.focus()}

// Copy
// function right(e) {
// if (navigator.appName == 'Netscape' && 
// (e.which == 3 || e.which == 2))
// return false;
// else if (navigator.appName == 'Microsoft Internet Explorer' && 
// (event.button == 2 || event.button == 3)) {
// alert("Copyright © 1999-2004 Euro World Wide");
// return false;
// }
// return true;
// }

// document.onmousedown=right;
// if (document.layers) window.captureEvents(Event.MOUSEDOWN);
// window.onmousedown=right;

// Ritorna pagina Index.html
if (window != top) top.location.href = location.href;
