function bcON(name,bild){if (document.images) {this.document[name].src="../images/"+bild}}
function bhON(name,bild){if (document.images) {this.document[name].src="images/"+bild}}
function biON(name,bild){if (document.images) {this.document[name].src="../../images/"+bild}}
function NewWindow(link){wdh=window.open(link,"H","toolbar=yes,width=800,height=480,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no");wdh.focus}
 
function AktuellesDatum ()
{jetzt = new Date();
 Tag = jetzt.getDate();
 if(Tag <= 9) Tag = "0" + Tag;
 TagInWoche = jetzt.getDay();
 var Wochentag = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Sonnabend");
 Jahr = jetzt.getYear();
 if(Jahr <= 100) Jahr+=1900;
 Monat = jetzt.getMonth()+1;
 if(Monat <= 9) Monat = "0" + Monat;
 document.write(Wochentag[TagInWoche]+" "+Tag+"."+Monat+"."+Jahr)}

 
function OpenWindow(url,w,h,features) {
var winl = (screen.width - w) / 2;
var wint = (20);
pop = window.open(url,"heilog","height="+h+",width="+w+",top="+wint+",left="+winl+","+features);
pop.focus();}

