// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
  var EgyptianMTStd = { src: includesPath+'/flash/EgyptianMTStd.swf' };
  var MyriadPro = { src: includesPath+'/flash/MyriadPro.swf' };
  var LucidaSans = { src: includesPath+'/flash/lucida_sans.swf' };
  
  //sIFR.compatMode = true;
  sIFR.activate( EgyptianMTStd, MyriadPro, LucidaSans );
  //sIFR.debugMode = true;
  //sIFR.debug.ratios( EgyptianMTStd, { selector: 'h1' });

  /*** HOME PAGE *********************************************************************************************************************/
  sIFR.replace( EgyptianMTStd, {
    selector: '#home-news .container-inner h2, #home-events .container-inner h2',
	wmode: 'transparent',
	css: '.sIFR-root { color: #FFFFFF; font-size:24px; }'
  });
  
  /*** GENERAL CONTENT ***************************************************************************************************************/
  sIFR.replace( LucidaSans, {
	selector: '#header span.egyptian-37-wht', 
	/*ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 26, 1.17, 37, 1.15, 48, 1.14, 49, 1.13, 53, 1.14, 54, 1.13, 55, 1.14, 80, 1.13, 81, 1.12, 84, 1.13, 85, 1.12, 86, 1.13, 90, 1.12, 91, 1.13, 98, 1.12, 99, 1.13, 1.12],*/
	wmode: 'transparent',
	css: '.sIFR-root { color: #FFFFFF; font-size:30px; letter-spacing:-3;}'
  });
  /*
  sIFR.replace( EgyptianMTStd, {
	selector: '#header .myriad-13-wht', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #FFFFFF; font-size:13px; padding:0; margin:0; letter-spacing: -1; padding:0; margin:0;}'
  });
  */
  sIFR.replace( EgyptianMTStd, {
	selector: 'h1', 
	/*ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 26, 1.17, 37, 1.15, 48, 1.14, 49, 1.13, 53, 1.14, 54, 1.13, 55, 1.14, 80, 1.13, 81, 1.12, 84, 1.13, 85, 1.12, 86, 1.13, 90, 1.12, 91, 1.13, 98, 1.12, 99, 1.13, 1.12],*/
	wmode: 'transparent',
	css: '.sIFR-root { color: #FFFFFF; font-size:32px; letter-spacing:-1; }'
  });

  sIFR.replace( MyriadPro, {
	selector: '#sub-nav-top #text',
	wmode: 'transparent',
	css: '.sIFR-root { color: #C2C2C1; letter-spacing:-1; padding:0; margin:0; }'
  });
  
  /*** RIGHT HAND SIDE ***************************************************************************************************************/
  sIFR.replace( EgyptianMTStd, {
    selector: '#donate h2, #donate-box h2',
	wmode: 'transparent',
	css: '.sIFR-root { color: #B3D229; font-size:24px; letter-spacing:-1; margin-bottom:-10; padding:0; margin:0; }'
  });

  sIFR.replace( EgyptianMTStd, {
    selector: '#training h2',
	wmode: 'transparent',
	css: '.sIFR-root { color: #F6A12E; font-size:24px; letter-spacing:-1; margin-bottom:-10; padding:0; margin:0; }'
  });

  sIFR.replace( EgyptianMTStd, {
    selector: '#support h2, #information h2, #research h2, #fundraise h2, #support h2, #products h2',
	wmode: 'transparent',
	css: '.sIFR-root { color: #028AD2; font-size:24px; letter-spacing:-1; margin-bottom:-10; padding:0; margin:0; }'
  });

  /*** PLUM AND PURPLE BOXES *********************************************************************************************************/
  /*
  // This is a sIFR for the container-inner h2 tags
  sIFR.replace( EgyptianMTStd, {
    selector: '.plum-purple-inner h2', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #FFFFFF; font-size:20px; }'
  });

  sIFR.replace( EgyptianMTStd, {
    selector: '.light-purple-inner h2', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #6E307F; font-size:20px; }'
  });

  sIFR.replace( EgyptianMTStd, {
    selector: '.dark-purple-inner h2', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #F0734D; font-size:20px; }'
  });
*/
