<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function pasoPage()
{
  url = document.location.href ; 
  GB_showCenter('Recomienda esta P\u00e1gina', 'http://desarrollo.unab.cl/unab2009/formRecomienda.asp?url='+url,350,450);
}

function Contacto()
{
  url = document.location.href ; 
  var PrintView = window.open('/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();
}

function UltimoAcceso(Fecha)
{
  var Parte        = new Array();
  var Parte        = Fecha.split('/');
  var modMonth     = Parte[1]+'/'+Parte[0]+'/'+Parte[2];	
  return modMonth
}
//-->
