defaultStatus="welkom bij kamphuis Elisabeth Hoeve";

// document.onMouseOut=StatusbalkLeeg();

function sbt(txt) {
	window.status=txt;
}

function StatusbalkLeeg() {
	window.status="welkom bij kamphuis Elisabeth Hoeve";
}

function clr(e, m)
{
	if (m == "over")
	{
		e.style.color = "#f0f0f0";
	}
	else
	{
		e.style.color = "#606060";
	}
}

function rond(afz, filenaam, a) //afz[ender] b[asis] a[ctie] e[lement]
{
	if (afz != filenaam)
	{
		if (a == "over")
		{
			document.rondje.src = "img/" + afz + "_rond.jpg";
		}
		else //out
		{
			document.rondje.src = "img/" + filenaam + "_rond.jpg";
		}
	}
}

function openfoto(file) {
	if (file == "omgeving_8") {
		window.open('fotos/' + file + ".htm", file,"scrollbar=no,resize=no,status=yes,width=450,height=600");
	}
	else
	{
		window.open('fotos/' + file + ".htm", file,"scrollbar=no,resize=no,status=yes,width=600,height=450");
	}
}
