// Top Image menus
$(document).ready(function(){$("#topmaincontent2").click(function(){$("#cel_menu").show("slow");});$("#topmaincontent3").click(function(){$("#exp_menu").show("slow");});} );

    
        if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/site/flash/TwCenMt.swf", sColor:"#293d29", sWmode: "transparent"}));
	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"/site/flash/TwCenMt.swf", sColor:"#ffffff", sWmode: "transparent", sCase: "upper"}));
    sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"/site/flash/TwCenMt.swf", sColor:"#485b73", sWmode: "transparent", sCase: "upper"}));
	sIFR.replaceElement(named({sSelector:"h6", sFlashSrc:"/site/flash/TwCenMt.swf", sColor:"#dfd5af", sWmode: "transparent", sCase: "upper"}));
 
    };
 
 // apply to all png images 

    $(document.body).ready(function () {

//$('img[@src$=.png]').ifixpng(); 

 });
	
	
	
	function CheckOutThisPage(){
		var url = document.location.href;
	  document.location.href = "mailto:&subject=Bard Careers Website?body=Check out this page at: " + url;
	}