// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish({
					delay:         600,                // the delay in milliseconds that the mouse can remain outside a submenu without it closing 	
 					animation:     {opacity:'show',height:'show'},   // an object equivalent to first parameter of jQuery’s .animate() method 					
	 				dropShadows:   true,               // completely disable drop shadows by setting this to false 	
					autoArrows:    false,               // if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance 
					speed:         'fast'           // speed of the animation. Equivalent to second parameter of jQuery’s .animate() method 
					});
		});
$(document).ready(function() {
			//Activate FancyBox			
			$("a#flash-starter").fancybox({
				'zoomSpeedIn':	270, 
				'zoomSpeedOut':270,
				'frameWidth': 786,
				'frameHeight': 230, 
				'overlayShow':	true,
				'overlayOpacity': 0.5,
				'hideOnContentClick': true				
			});
			
		});	



$(document).ready(function() {
			//Activate FancyBox			
			$("a#umfrage-link").fancybox({
				'zoomSpeedIn':	270, 
				'zoomSpeedOut':270,
				'frameWidth': 450,
				'frameHeight': 400, 
				'overlayShow':	true,
				'overlayOpacity': 0.5,
				'hideOnContentClick': false				
			});
			
		});	
