	function changepic(id,url){
		document.images[id].src = "/img/"+url;
	}
	
	function init() {
		navOver = new Image();
		navOver.src = '/img/navipunkt_over.gif';
	}
	
	function overBlau(id) {
		if(id != 0) {
			document.getElementById('blau'+id).style.color = "#777777";
		}
	}
	
	function outBlau(id) {
		for(i=1; i<20; i++) {
			document.getElementById('blau'+id).style.color = "#AE171E";
		}
	}
/*	
	function cleanInputs(){
		document.kontakt.vTitle.value = 0;
		document.kontakt.vName.value = '';
		document.kontakt.vPrename.value = '';
		document.kontakt.vMail.value = '';
		document.kontakt.vStreet.value = '';
		document.kontakt.vPLZ.value = '';
		document.kontakt.vLocation.value = '';
		document.kontakt.vText.value = '';
	}
	
	function validate() {
		var f1 = document.kontakt.vTitle.value,
			f2 = document.kontakt.vName.value,
			f3 = document.kontakt.vPrename.value,
			f4 = document.kontakt.vMail.value,
			f5 = document.kontakt.vStreet.value,
			f6 = document.kontakt.vPLZ.value,
			f7 = document.kontakt.vLocation.value,
			f8 = document.kontakt.vText.value;

		if(f1 == 0 || 
			f2 == '' || 
			f3 == '' || 
			f4 == '' ||
			f4 == '*@*.*' || 
			f5 == '' || 
			f6 == '' || 
			f7 == '' || 
			f8 == '') { 
			alert('Bitte alle Felder ausfüllen!'); 
			return false;
		}
	}
*/	


window.defaultStatus = "Trübsee-Jochpass";
