$(document).ready(function(){ 
	// Superfish
	$("ul.sf-menu").superfish({animation: {height:'show'}});
	// fancybox
	$(".Fancy").fancybox();
	$(".fancy").fancybox();
	$(".iFrameBox").fancybox({
		'width': 800,
		'height': 470,
		'type': 'iframe'
	});
/*
	$(".ViewDetails").fancybox({
		'width' : 1024,
		'height' : '95%',
		'autoScale' : false,
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'type' : 'iframe',
		'centerOnScroll' : true,
		'overlayOpacity' : 0.7,
		'overlayColor' : '#666'
	})
*/
});
