$(function(){
	$("#adress").hide();
			
	$("#findUs").click(function(){
	    $("#adress").toggle();
	    $("body").onload(initialize());
	});
	
	//$('body').scrollSpy('refresh');
	//$('body > .topbar').scrollSpy();
	
	$('#homeLink').twipsy();
	$('#mailLink').twipsy();
	$('#marker').popover({
		offset: 10
	});
	
	$(".bigIMG").fancybox({
		'opacity'		: true,
		'overlayShow'	: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'none'
	});
	
	$(".alert-message").alert('close');
});
