/* Fancybox */
$(document).ready(function() {
	$("a.zoom").fancybox({
		'overlayShow' : false,
		'zoomSpeedIn' : 600,
		'zoomSpeedOut' : 500,
		'easingIn' : 'easeOutBack',
		'easingOut' : 'easeInBack'
	});
	
	$("#browsable").scrollable().navigator().autoscroll(9000);
	
	$('ul.sf-menu').superfish({
		delay: 1200, 
		animation: {opacity:'show',height:'show'}, 
		speed: 'slow', 
		autoArrows: false, 
		dropShadows: true
	});
	
});

/* Suchfeld */
function clearText(thefield) {
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
	}

	

