$(document).ready(function() {
	Shadowbox.init({overlayColor: "#353535", overlayOpacity: "0.8"});

	$("#coendeheer").click(function(){
		$('div[name$="active"]').animate({ bottom: "-500px" }, 1000, function () {$(".coendeheer").animate({ bottom: "200px" }, 1000 ); $(".coendeheer").attr('name', 'active'); } )
	});
	
	$("#showgallery").click(function(){
		$('div[name$="active"]').animate({ bottom: "-500px" }, 1000, function () {$(".contentbar").animate({ bottom: "160px" }, 1000 ); $(".contentbar").attr('name', 'active'); } )
	});
	
	$("#motiongraphics").click(function(){
		$('div[name$="active"]').animate({ bottom: "-500px" }, 1000, function () {$(".motiongraphics").animate({ bottom: "200px" }, 1000 ); $(".motiongraphics").attr('name', 'active');} )
	});


	/*$('body').mousedown(function(event) {
			switch (event.which) {
				case 3:
					{
						
					Shadowbox.open({
						content:    '/copyrights.html',
						player:     "iframe",
						height:     400,
						width:      400
					});	
					}
					break;
			}
		});
	   $(document).bind("contextmenu",function(e){
		  return false;
	});*/

});
			



