<!--// JavaScript Document
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function clic(){
	if (event.button==2){
	//alert("You Can not use right Mouse Button in this Page, Sorry");
	}
}
	document.onmousedown=clic;
//--> Declaration Vars First Window RepcoDR
function AbreVentana() {
    //sustituir ejemplo.html por la ruta y nombre de la pagina a cargar en la ventana
    window.open("massachusett.htm", "_blank", "toolbar=no,menubar=no,directories=no,status=no,resizable=yes,location=no,scrollbars=no,height=300,width=598,screenX=100,screenY=150")
}
function AbreVentana2() {
    //sustituir ejemplo.html por la ruta y nombre de la pagina a cargar en la ventana
    window.open("ppiwideshot.htm", "_blank", "toolbar=no,menubar=no,directories=no,status=no,resizable=yes,location=no,scrollbars=no,height=270,width=540,screenX=100,screenY=100")
}
function AbreVentana3() {
    //sustituir ejemplo.html por la ruta y nombre de la pagina a cargar en la ventana
    window.open("repcodr1.htm", "_blank", "toolbar=no,menubar=no,directories=no,status=no,resizable=yes,location=no,scrollbars=no,height=333,width=465,screenX=100,screenY=150")
}