$(document).ready(function() {
	$("ul.sf-menu").superfish({pathClass: 'current', autoArrows: false, dropShadows: false, firstOnClick: true, delay: 2000 });
	$("ul#drhayot.sf-menu").superfish({pathClass: 'test', autoArrows: false, dropShadows: false });

	$("#drhayot").hover(
		function() { $("#intro div.slides").fadeOut(); return false;},
		function() { $("#intro div.slides").fadeIn(); return false; }
	);

	$("a.iframe, .resultats a, a.zoom").fancybox({'hideOnContentClick': false });

	$("a.video").fancybox({'type': 'swf'});

	$('#intro div.slides').cycle({ fx: 'fade', speed:  1000, timeout:  1000 });

	$('#contact').addClass('clearfix');

	$('a.blank').click(function() { window.open(this.href); return false; });

});
