<!--

//POPUP
function popup(url, breedte, hoogte, scrolling) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=" + scrolling + ",location=0,statusbar=1,menubar=0,resizable=0,width=" + breedte + ",height=" + hoogte + "');");
}

function SwitchMe(obj,classNaam) {
	obj.className=classNaam;
}