$(document).ready(function(){ 
	// Superfish
	$("ul.sf-menu").superfish({animation: {height:'show'}});
	
	
	// fancybox
	$(".Fancy").fancybox();
	$(".iFrameBox").fancybox({
		'width': 800,
		'height': 470,
		'type': 'iframe'
	});
	
	
	// fancybox
	$(".Webshop").fancybox({
		'width': 1000,
		'height': 600,
		'type': 'iframe'
	});


});
$(document).bind("contextmenu",function(e){
return false;
});


