function over(id){
if(document.hl.hl1.value!=id && document.hl.hl2.value!=id){
	document.getElementById(id).style.background="#D6D9E4";
	}
}

function out(id){
if(document.hl.hl1.value!=id && document.hl.hl2.value!=id){
	document.getElementById(id).style.background="#F1F3F7";	
	}
}

function randInt()
{
zahl = Math.ceil(Math.random()*7);
img1="h"+zahl+"_1.gif";
img2="h"+zahl+"_2.gif";
img3="h"+zahl+"_3.gif";
img4="h"+zahl+"_4.gif";
img5="h"+zahl+"_5.gif";

/*img1="header_01.gif";
img2="header_02.gif";
img3="header_04.gif";
img4="header_05.gif";
img5="header_06.gif";*/
document.images['i1'].src="img/"+img1;
document.images['i2'].src="img/"+img2;
document.images['i3'].src="img/"+img3;
document.images['i4'].src="img/"+img4;
document.images['i5'].src="img/"+img5;
}

function open_ber()
	{
	window.open( 'bericht_oschersleben.html','ber_ol_05','width=616,height=650,resizable=no,status=yes,scrollbars=yes');
	}