$(document).ready(function(){
	$('a[@rel*=lightbox]').lightBox();

	/*
	$("#all_def").hide();
	$("#showLink").show();

	$("#toggleDiv").click(function () {
		$(".showHideLink").toggle();
		if ($("#all_def").is(":hidden")) {
			$("#all_def").slideDown("normal");
		} else {
			$("#all_def").slideUp("normal");
		}
	});
	*/

	$('ul.sf-menu').superfish({
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 1400,
		animation	: {opacity: 'show'},
		speed		: 'fast',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: true		// true disables hoverIntent detection
	});

	$('.headerContent').fadeIn(800);

});