function bgr_color(obj, color) {
    obj.style.color=color;
}

function cargarDiv(d){
d.innerHTML="<b>Seguimos estando de pruebas</b>"
}

function redirectToAlbum(albumType){
  if (albumType==0){
    alert('ˇDebes escoger un álbum!');
  }else if (albumType==1){
    document.location.href='albumPersonal.html';
  }else if (albumType==2){
    document.location.href='albumLittleAshes.html';
  }else if (albumType==3){
    document.location.href='albumHistoryBoys.html';
  }else{
    alert('ˇDebes escoger un álbum!');
  }
  
}
