function zobrazPotvrzeni(datum) {
   return confirm("Kniha, kterou kupujete, vyjde až " + datum + ". Opravdu chcete tuto knihu koupit?");
}
