/* 

// REMOVE THESE COMMENTS BEFORE IMPLEMENTING SITE!!
//
// 
// This file connects the .swf and the selectors and activates
// Multiple flash fonts are possible
// 
// any questions call me - Brent ext 194
// 
// Possible setting for SIFR v3.415
    
    forceSingleLine = true;
    preventWrap     = true;
    fitExactly      = true;
    forceWidth      = true;
    ratios          run sifr-debug.js
    pixelFont       = true;
    tuneHeight      = 0; (supports - or + integers)
    events          = onRelease || onRollOver || onRollOut;
    
    fontSize        = '0'; //px only
    backgroundColor = '#FFFFFF';
    kerning         = '';
    opacity         = '100'; //percentages and decimals
    cursor          = 'default';
    leading         = 0;
    gridFitType     = 'subpixel' : 'pixel';
    textTransform   = 'none';

    wmode   = 'transparent' || 'opaque';

//
//
// REMOVE THESE COMMENTS BEFORE IMPLEMENTING SITE!!


Orange:	#FD8713
Grey:	#6F6F6F

*/


var ChollaWide = {
    src: '/images/flash/ChollaWide_3-436.swf'	//flash source
};

var FFJustlefthand = {
    src: '/images/flash/FFJustlefthand_3-436.swf'	//flash source
};

// add other vars here for multiple flash fonts


sIFR.fromLocal = true;
sIFR.activate(ChollaWide, FFJustlefthand); 		//actives the flash file


//Home
sIFR.replace(FFJustlefthand, {
    selector: '#homeIntro h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': {'font-size':'42px','color':'#FFFFFF'}
    }
});

//Home
sIFR.replace(FFJustlefthand, {
    selector: '#innerIntro h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': {'font-size':'42px','color':'#FFFFFF'}
    }
});

//Content
sIFR.replace(ChollaWide, {
    selector: '.centreColumn h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': {'font-size':'36px','color':'#FFFFFF'}
    }
});
