La imagen GIF se detiene cuando "document.location.href"

Tengo esta función en javascript:

function loadPage (url){
  showLoadPageGif();         // visibility On
  document.location.href = getPath + "/" + url ;  
}

Cuando uso esta función, la imagen GIF se muestra en la pantalla pero no funciona. alguien ha peleado antes, con este problema? thnx

Respuestas a la pregunta(3)

Su respuesta a la pregunta