var m,n;
function hover(m,n,x){
	//document.getElementById(n).style.backgroundImage.src='url(bg/bt1.gif)'; 
	document.getElementById(n).style.backgroundImage = 'url(bg/'+x+'.gif)';
	//document.getElementById(n).style.backgroundColor='#FFFFFF';
	document.getElementById(n).style.cursor='hand';
	/*document.getElementById(m).style.color='#5DA987';*/
	document.getElementById(m).style.color='#EE0202';
	
	//document.getElementById(n).style.borderBottom='1px solid #5DA987'; 
	//document.getElementById(n).style.borderLeft=''; 
	//document.getElementById(n).style.paddingLeft='15px'; 
}

function out(m,n,x){
	document.getElementById(n).style.backgroundImage='';
	document.getElementById(m).style.color='#00579A';
	//document.getElementById(n).style.borderBottom='1px solid #5DA987'; 
	//document.getElementById(n).style.borderLeft=''; 
	//document.getElementById(n).style.paddingLeft='';
}



function sizeme (x){
	if(x==1){
	 y = 140;
	 m = 'INTERNER LINK:<br><b>zum Terminformular</b>';
	}
	else if(x==2){
	 y = 170;
	 m = 'EXTERNER LINK:<br><b>www.mrt-oberhavel.de</b>';
	}
	
	else {
	 y = 170;
	 m = 'leider kein Text hinterlegt...';
	}
	
		return overlib(m,FGCOLOR,'#ffffff',BGCOLOR,'#ffffff',TEXTCOLOR,'#485156',TEXTFONT,'Arial',WIDTH,y,HEIGHT,35,RIGHT,BELOW,BORDER,1);
		//return overlib(m,FGCOLOR,'#ffffff',BGCOLOR,'#3F4B53',TEXTCOLOR,'#3F4B53',TEXTFONT,'Arial',WIDTH,y,HEIGHT,z,RIGHT,ABOVE,BORDER,1);
	}




var datum = new Date();

var tag = datum.getDate();
if (tag<10)
 {
 tag="0" + tag;
 }
var monat = datum.getMonth() + 1;
if (monat<10)
 {
 monat="0" + monat;
 }
var jahr = 2000 + (datum.getYear()%100);  

var std;
var minut;
std = datum.getHours();


minut = datum.getMinutes();

if (minut < 10) {
minut = "0" + minut;
}





function s_on (x) {
 	document.getElementById(x).style.visibility = "visible";
}


function s_off (x) {
 	document.getElementById(x).style.visibility = "hidden";
}
