// JavaScript Document
function statusbar(txt)
{
if (txt==undefined){txt='--www.ThuiswerkGids.be--';}
window.status=txt;
}