// JavaScript Document
 


$(document).ready(function() {
						   					   
	ddsmoothmenu.init({
	mainmenuid: "ddsmoothmenu", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	//customtheme: ["#1c5a80", "#18374a"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
});	

$(".single_image").fancybox();
$(".single_image2").fancybox();




	

$(function () {
			
			$(".blank_link").attr("target","_blank");	

    $('.anythingSlider').anythingSlider({
        easing: "easeInOutExpo",        // Anything other than "linear" or "swing" requires the easing plugin
        autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not.
        delay: 3000,                    // How long between slide transitions in AutoPlay mode
        startStopped: false,            // If autoPlay is on, this can force it to start stopped
        animationTime: 600,             // How long the slide transition takes
        hashTags: true,                 // Should links change the hashtag in the URL?
        buildNavigation: true,          // If true, builds and list of anchor links to link to each slide
		pauseOnHover: true,             // If true, and autoPlay is enabled, the show will pause on hover
		startText: "Go",             // Start text
        stopText: "Stop",               // Stop text
        navigationFormatter: null       // Details at the top of the file on this use (advanced use)
    });
    
    $("#slide-jump").click(function(){
        $('.anythingSlider').anythingSlider(6);
    });
	
	
 
});
		
		
$(function() {
    	$(".sponsor_slider").jCarouselLite({
	    	btnNext: ".next",
			btnPrev: ".prev"
			});
		
		$(".sponsor_slider").jCarouselLite({
		    auto: 1000,
		    speed: 2500
		});


});
$(function() {
		   var so = new SWFObject("/kvl-limburg.nl/musicplayer/flashmp3player.swf", "player", "600", "50", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
so.addParam("quality","high");
so.addVariable("content_path","kvllied"); // Location of a folder with mp3 files (relative to php script).
so.addVariable("color_path","/kvl-limburg.nl/musicplayer/default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","/kvl-limburg.nl/musicplayer/flashmp3player.php"); // Location of php script.
so.write("player_kvllied");
		   });

$(function() {
		   var so = new SWFObject("/kvl-limburg.nl/musicplayer/flashmp3player.swf", "player", "600", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
so.addParam("quality","high");
so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to php script).
so.addVariable("color_path","/kvl-limburg.nl/musicplayer/default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","/kvl-limburg.nl/musicplayer/flashmp3player.php"); // Location of php script.
so.write("player_cd");
		   });


					   });

	



		   
						   

						   
