function statusbar(txt)
{
	window.status = txt;
}

function leeg()
{
	window.status = '';
}


