jQuery(document).ready(function() {
								
	// SuperFish
	jQuery('ul.sf-menu').superfish({animation:{ opacity:"show"}});
	
	// Open New Window
	jQuery('a.new-window').click(function(){
		window.open(this.href);
		return false;
	});
		
	// Show and Hide
	jQuery('.text').hide();
	jQuery('a.toggle-text').click(function() {
	  jQuery('.text').toggle(400); 
	  return false;
	});
	
	jQuery('.sitemap').hide();
	jQuery('a.toggle-sitemap').click(function() {
	  jQuery('.sitemap').toggle(400);
	  return false;
	});
	
	
});

//sIFR
/* Replacement calls. Please see documentation for more information. */
if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
/*	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"adobegaramondproitalic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""})); */
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"trajanpro.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""}));
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"adobegaramondproitalic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""}));
	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"adobegaramondproitalic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""}));
	sIFR.replaceElement(named({sSelector:"#footer-left-column li", sFlashSrc:"adobegaramondproitalic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"", sHoverColor:"#CCCCCC", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""}));
};
