// Se la pagina viene aperta dentro ad un frame, elimino il frame
if (top.frames.length != 0)
	top.location = self.document.location;

