
	var DetailInc = {
		changePreis: function(val) {
			$("preis").update(val);
		}
	}