function addbookmark(){
	var bookmarkurl="http://www.FruitkingsGokkasten.org"
	var bookmarktitle="FruitkingsGokkasten.org - Online fruitkings kasten"

	if( document.all )
		window.external.AddFavorite( bookmarkurl,bookmarktitle );
}
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function toevoegen(waarde)
{
	document.formulier.bericht.value = document.formulier.bericht.value + waarde;
}

function beheer(bericht, url)
{
	if(confirm(bericht)) location.href = url;
}

function wachten()
{
	document.forms.formulier.knop.disabled = "true";
}
