<!--
      function openWin(url, name) {
             popupWin = null;
             popupWin=window.open(url,name,'resizable=no,scrollbars=no,width=350,height=310 screenX=20,left=210,screenY=20,top=40');
             // focus window (solo para Navigator 3.0)
             if ( (navigator.appName != "Microsoft Internet Explorer") && (navigator.appVersion.substring(0,1) == "3") )
             popupWin.focus();
     }

// -->
<!--
      function recomendar2() {
             popupWin = null;
             popupWin=window.open("http://www.piurarural.com/recomendar/recomendar.asp",name,'resizable=no,scrollbars=no,width=350,height=310 screenX=20,left=210,screenY=20,top=40');
             // focus window (solo para Navigator 3.0)
             if ( (navigator.appName != "Microsoft Internet Explorer") && (navigator.appVersion.substring(0,1) == "3") )
             popupWin.focus();
     }

// -->