 var tradegothic = {
      src: '/wp-content/themes/raileurope/swf/tradegothic.swf'

    };



    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(tradegothic, tradegothic);

    sIFR.replace(tradegothic, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #862c72; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #862c72; }'
        ,'a:hover { color: #00AEEF; }'
      ],
	  wmode: 'transparent'
    });

	sIFR.replace(tradegothic, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #862c72; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #862c72; }'
        ,'a:hover { color: #00AEEF; }'
      ],
	  wmode: 'transparent'
    });

	sIFR.replace(tradegothic, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #862c72; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #862c72; }'
        ,'a:hover { color: #00AEEF; }'
      ],
	  wmode: 'transparent'
    });

	sIFR.replace(tradegothic, {
      selector: '.tradegothic-white'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; text-transform:uppercase; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
      ],
	  wmode: 'transparent'
    });

		sIFR.replace(tradegothic, {
      selector: '.tradegothic-drkgray-trans'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #6c035c; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #6c035c; }'
        ,'a:hover { color: #6c035c; }'
      ],
	  wmode: 'transparent'
    });

			sIFR.replace(tradegothic, {
      selector: '.tradegothic-drkgray'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #6c035c; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #6c035c; }'
        ,'a:hover { color: #6c035c; }'
      ],
	  wmode: 'transparent'
    });

					sIFR.replace(tradegothic, {
      selector: '.tradegothic-red'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #d52142; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #d52142; }'
        ,'a:hover { color: #d52142; }'
      ],
	  wmode: 'transparent'
    });




if(typeof sIFR == "function"){
    sIFR.replaceElement("h1", named({sFlashSrc: "/wp-content/themes/raileurope/swf/tradegothic.swf", sColor: "#000", sCase: "upper"}));
};