function setStippellijnLengte ()
{
	boxh = 385 + document.getElementById("onderbalk").offsetHeight;
	e = document.getElementById ( "stippellijn_verticaal_rechts" );
	e.style.height = boxh + "px";
}

window.onload = function ()
{
	setStippellijnLengte();
}

