function sR(target,windowName,windowProperties,seccionOJD,descripcionOJD)
 {
          pixel = new Image();
          window.open(target,windowName,windowProperties);
          pixel.src = "http://nuevaespana.ojdinteractiva.com/cgi-bin/ivw/CP/"+seccionOJD+";"+descripcionOJD;
          //alert(pixel.src);
 }
