<!--
window.defaultStatus = "Urlaub auf dem Mühlenhof - Familie Drebbermüller";

function show(v1,v2) {
	document.getElementById(v1).style.fontWeight='bold';
	document.getElementById(v1).style.backgroundColor='#4E7CCB';
	document.getElementById(v2).style.visibility = 'visible';
}

function hide(v1,v2) {
	document.getElementById(v1).style.fontWeight='normal';
	document.getElementById(v1).style.backgroundColor='#3568C1';
	document.getElementById(v2).style.visibility = 'hidden';
}

function hider(v1) {
	document.getElementById(v1).style.visibility = 'hidden';
}

function aktive(v3) {
	document.getElementById(v3).style.fontWeight='bold';
	document.getElementById(v3).style.backgroundColor='#4E7CCB';
}

function inaktiv(v3) {
	document.getElementById(v3).style.fontWeight='normal';
	document.getElementById(v3).style.backgroundColor='#3568C1';
}


function bildhoch(dateiname,copy)
	{
	msg=window.open("bild.php?variable="+dateiname+"&copyright="+copy,"Bild","width=520,height=700,scrollbars=no,toolbar=none,status=no,resizable=yes");
	}
	
function bildquer(dateiname,copy)
	{
	msg=window.open("bild.php?variable="+dateiname+"&copyright="+copy,"Bild","width=690,height=550,scrollbars=no,toolbar=none,status=no,resizable=yes");
	}

//-->
