
function imprimirPagina() {
  if (window.print)
    window.print();
  else
    alert("Lo siento, pero a tu navegador no se le puede ordenar imprimir" +
      " desde la web. Actualizate o Boton derecho e Imprimir");
}


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;
		}
	}

function link(qq){
	if(qq==0){
		alert("Debe seleccionar una ocacion.")
	}else{
		eval("self.location='secciones.asp?Catt="+qq+"'");
	}
}

function linkE(qq){
	if(qq==0){
		alert("Debe seleccionar una ocacion.")
	}else{
		eval("self.location='seccionesE.asp?Catt="+qq+"'");
	}
}

function link2(qq){
	if(qq==0){
		alert("Debe seleccionar una ocacion.")
	}else{
		alert("seleccionar.")
		eval("self.location='../secciones.asp?Catt="+qq+"'");
	}
}

function linkE2(qq){
	if(qq==0){
		alert("Debe seleccionar una ocacion.")
	}else{
		
alert("hola");
eval("self.location='../seccionesE.asp?Catt="+qq+"'");
	}
}

function Abrir(URL,Nombre,Forma) { 
  window.open(URL,Nombre,Forma);
}

