$(function(){
	$('#multi-reliable').dropDownMenu({timer: 100, parentMO: 'parent-hover', childMO: 'child-hover1'});
});

$(function(){
	$('.job-code').click(function() {
		var h2 = $(this);
		var job = $(this).nextAll('.job-area').eq(0);
		job.toggle(1000, function(){h2.find('span').html(job.is(':visible') ? '-' : '+')});
	});
});

$(function(){
	$("a.gallery").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'overlayShow'	:	false
	});
});
