$(document).ready(function(){ 
	// QC Contact 
	$(".qc-hidden").hide(); 		
	  
//	Show the hidden fields
	$("textarea").focus(function() {		   
	   $(".qc-hidden").fadeIn("slow");
	});
	
//	If you click any of the defined elements below you will close the open fields. 
	$("#left-column, #mast, #header, #top-navigation, #footer").click(function(){
		$(".qc-hidden").fadeOut();
	});

	$('#map').accordion({
		header: 'div.title',
		active: false,
		alwaysOpen: false,
		animated: false, 
		autoheight: false
	});	
});

jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});

swfobject.embedSWF("multimedia/map.swf", "flash-map", "900", "500", "6.0.0", "expressInstall.swf");
swfobject.embedSWF("multimedia/map.swf", "map-internal", "590", "379", "6.0.0");
/*swfobject.embedSWF("multimedia/mast.swf", "flash-mast", "940", "350", "6.0.0", "expressInstall.swf");
swfobject.embedSWF("multimedia/interactive/profile.swf", "flash-interactive", "290", "362", "6.0.0", "expressInstall.swf");*/
