<!-- proteger codigo -->
function protegercodigo() {
  if (event.button==2||event.button==3) {
   alert('Copyright (C) - Royal Windsor!');}
  }
    document.onmousedown=protegercodigo
//-->

<!-- menu -->
function mOvr(src,clrOver) 

{ if (!src.contains(event.fromElement)) 
  {  src.style.cursor = 'hand';
  src.bgColor = clrOver; }
}

function mOut(src,clrIn) 

{ if (!src.contains(event.toElement)) 
  {  src.style.cursor = 'default';  src.bgColor = clrIn; 
  }
}
//-->

<!-- amplia -->
function abrir(URL) {

var width = 610 ;
var height = 485 ;

var left = 100
var top = 20

window.open(URL,'imprjan','width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes,fullscreen=no');

}
//-->

