
function ChangeColor() 
{
	if (parent.BOVEN2) {
		parent.BOVEN2.document.body.bgColor = document.bgColor;
		parent.parent.LINKS2.document.body.background = '';
		parent.parent.LINKS2.document.body.bgColor = document.bgColor;
	}
}

function OpenWindow(urlStr, w, h)
{
	if ((top.Popup)&&(!top.Popup.closed)) top.Popup.close();
	top.Popup = window.open(urlStr, 'Popup', 'width='+w+', height='+h+', resizable, scrollbars=yes');
}


function AddBookmark()
{
	var bookmarkurl="http://www.pietersplas.nl";
	var bookmarktitle="Jachthaven Pietersplas";
	if (document.all) {
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	}
}

