
		ddsmoothmenu.init({
			mainmenuid: "smoothmenu1", //menu DIV id
			orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
			classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
			//customtheme: ["#1c5a80", "#18374a"],
			contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
		})
		
    $(document).ready(function() {
	  	$('#head-image').cycle({
	  		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	  		speed:  2500,
	  		timeout:  15 
	    }); 
	  });


    $(function() {
        $('.gallery a').lightBox();
    });

    $(window).load(function() {
      $('p.msg').html('Mouse over images for pulse effect, click to open link in new window.');
    });
    
    // Skript für Hover der Bilder-Extension

		$(function() {
			$('ul.hover_block li').hover(function(){
				$(this).find('img').animate({top:'182px'},{queue:false,duration:500});
			}, function(){
				$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
			});
		});

		$(function() {
			$('ul.hover_block li').hover(function(){
				$(this).find('img').animate({top:'182px'},{queue:false,duration:500});
			}, function(){
				$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
			});
		});
