// JavaScript Document

<!-- 

		function navigation_hover (id,hover) {
			
		  // Element hover
		  document.getElementById(id).src = 'images/design/unterseiten/nav/' + id + hover + '.png';
		  		  
			}
		
		function navigation_hover_start (id,hover) {
		
		  // Element hover
		  document.getElementById(id).src = 'images/design/startseite/nav_' + id + hover + '.jpg';
		  
		}
		
		function navigation_hover_sub (id,hover) {
			
			//Element hover
			document.getElementById(id).src = 'images/design/unterseiten/subnav/' + id + hover + '.jpg';
			
		}
		
		function preis (personenzahl) {
			
			alert("hallo");
		<!--	document.getElementById("preis").firstChild.nodeValue = "60,00 &euro;"; -->
			
		}
		
-->
