// Full Page
if (self != top) { top.location=self.location; }
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
setInterval('x()',10);setInterval('y()',300000);self.focus();
function x(){window.status='Copyright ©2011-2012 Eurodental srl'}
function y(){self.focus()}

