function setAlbum() {
  var oSelect=document.getElementById('selAlbum');
  if (oSelect.selectedIndex<1) return
  document.location.search="?webfolder="+oSelect.options[oSelect.selectedIndex].value;
}
