function addbookmark() {
	bookmarkurl = "http://www.campingheeg.nl/"
	bookmarktitle = "Camping en Bootverhuur Lan en Mar Recreatie - Heeg"
	if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function doRedirect(myObject) {
	if (myObject.options[myObject.selectedIndex].value!='') 
		self.location.href=myObject.options[myObject.selectedIndex].value;
}
