$(document).ready( function () {
	$('.expand').each(function(i){ 
		$(this).click( function() {
			$(this).parent().siblings('.expander').slideToggle(250);
		});
	});
});

/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){
	
// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"Styles/futuralight.swf", sColor:"#007070", sLinkColor:"#007070", sBgColor:"#FFFFFF", sHoverColor:"#179046"}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"Styles/futura.swf", sColor:"#179046", sLinkColor:"#179046", sBgColor:"#FFFFFF", sHoverColor:"#007070", sCase: "upper"}));
};

