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