function popup(id, name) {
	return true;
	}
function popdown() {
	return true;
	}

/* standaard goTo-functie voor links o.a. bij buttons */
function goTo(sUrl)
{
document.location = sUrl;
}