﻿function hedone_no_tasto_destro(e)
{
var message = "";
if(!document.hedone_no_tasto_destro)
{
if(document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown = hedone_no_tasto_destro;}
else document.oncontextmenu = hedone_no_tasto_destro;
return document.hedone_no_tasto_destro = true;
}
if(document.layers || (document.getElementById && !document.all))
{
if (e.which==2||e.which==3)
{return false;}
}
else
{return false;}
}
hedone_no_tasto_destro();

function hedone_ricarica(init)
{
if
(init==true)
with
(navigator)
{
if
((appName=="Netscape")&&(parseInt(appVersion)==4))
{
document.MM_pgW=innerWidth;
document.MM_pgH=innerHeight;
onresize=hedone_ricarica;
}
}
else if
(innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
hedone_ricarica(true);
