/* dba  script */

function hinweis (a,r,s,o,c,b ) {
  if(c==0){ct ="versteckt";}
  if(c==1){ct ="sichtbar für registrierte Mitglieder";}
  if(c==3){ct ="sichtbar für alle";}

  window.alert("Albumtyp: "+a+"\nRahmentyp: "+r+"\nAutostart: "+s+"\nAnordnung: "+o+"\nCodierung: "+ct+"\nBild: "+b);
}


