
function show() 
{
var marzwo ;
var kkzwo ;
//copyright 1999 by abakus-medienservice Jörg Block


var m = document.Jan.monate.options[document.Jan.monate.selectedIndex].value ;
var d = document.Jan.Tage.options[document.Jan.Tage.selectedIndex].value;
var msg= "KKIST" + m;
//confirm(msg);



marzwo=monat[m];
kkzwo=marzwo[d];1
    //document.write(apotheken[kk]+"</center></pre></blockquote> ");
	document.Jan.Apotheke.value = apotheken[kkzwo];
}


