$(document).ready(function() {
	$("#googlemap").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});

Cufon.replace('#navtop li a, #navbottom li a, h1', { hover: true });

jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});
