var texto = "carpeta/direccion.htm"; redir(texto); var dir function redir(dir){ location.href = dir; }