	/*ddsmoothmenu*/
	ddsmoothmenu.init({
		mainmenuid: "smoothmenu", //Menu DIV id
		orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
	})
	/*Einde ddsmoothmenu*/

	/*Watermerk in zoekbox*/
	// <![CDATA[
		jQuery(function($){
		$("#search_query").Watermark("Zoeken...");
		});
	// ]]>
	/*Einde watermerk*/

	/*Fancybox*/
		// <![CDATA[
		$(document).ready(function() {
		/* This is basic - uses default settings */
		$("a#inline").fancybox({
		'hideOnContentClick': true
		});
		$("a.grouped_elements").fancybox();
		});
		// ]]>
	/*End Fancybox-box*/

	/*Following code contains settings for the slideshow*/
		$(document).ready(function() {
			$('.slideshow').cycle({
				fx:     'fade',
				speed:  'slow',
				timeout: 10000,
				pager:  '#slidenav',
				slideExpr: '.divitem',
				cleartypeNoBg: true
			});
		});
	/*End of slidehow*/

