function prospekte(platz) {
	window.open('http://www.campingtour-mv.de/dynamic/contact?platz='+platz,'contact','toolbar=no,width=350,height=500,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no');
}

function platzwechsel() {
	if(document.forms.platzwahl.platz.selectedIndex>1)
		self.location.href=document.forms.platzwahl.platz.options[document.forms.platzwahl.platz.selectedIndex].value;
}
