function RedirectError(Mensaje,URLRedirect)	{
  var url = URLRedirect+"PAG_ERROR&Mensaje="+Mensaje;
  //prompt("url",url);
  //var url = "http://172.20.7.32:9999/BancoFalabella/Error.jsp?Mensaje="+Mensaje;
  window.location = url;
}

function RedirectErrorHipotecario(Mensaje,URLRedirect)	{
  var url = URLRedirect+"PAG_NLERRORHIPOTECARIO&Mensaje="+Mensaje;
  //prompt("url",url);
  //var url = "http://172.20.7.32:9999/BancoFalabella/Error.jsp?Mensaje="+Mensaje;
  window.location = url;
}
