<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function pasoPage()
{
  url = document.location.href ; 
  var PrintView = window.open('/sitio-html/temporal/wm/recomienda.asp?url='+url,'', 'resizable=no,scrollbars=no,menubar=no,top=0,left=0,height=332,width=415');
  PrintView.document.close();
}

function Contacto()
{
  url = document.location.href ; 
  var PrintView = window.open('http://www.unab.cl/sitio-html/temporal/wm/webmaster.asp?url='+url,'', 'resizable=no,scrollbars=no,menubar=no,top=0,left=0,height=332,width=415');
  PrintView.document.close();
}
//-->