<!--  
	function keypressed() {
	alert("ATTENZIONE Uso immagini riservato! - Copyright © 2003 by R.E.D. Tutti i diritti riservati - WARNING ! All content contained within this site is protected by copyright laws. Unauthorized use of our material is strictly prohibited.");
}
document.onkeydown=keypressed;
// -->
<!--  

// Edit the message for your alert box
am = "ATTENZIONE Uso immagini riservato! - Copyright © 2003 by R.E.D. Tutti i diritti riservati - WARNING ! All content contained within this site is protected by copyright laws. Unauthorized use of our material is strictly prohibited.";
// Do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
// -->
<!--
var mylocation="Pass_~.html"
var winheight=100
var winsize=100
var x=5
function go(){
win2=window.open("","","scrollbars")
if (!document.layers&&!document.all){
win2.location=mylocation
return
}
win2.resizeTo(100,100)
win2.moveTo(0,0)
go2()
}
function go2(){
if (winheight>=screen.availHeight-0)
x=0
win2.resizeBy(5,x)
winheight+=5
winsize+=5
if (winsize>=screen.width-0){
win2.location=mylocation
winheight=100
winsize=100
x=5
return
}
setTimeout("go2()",0)
}
//-->

