/* 

// 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 130
// 
// 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 chollaW = {
    src: '/images/flash/ChollaWide.swf'	//flash source
};


var chollaU = {
    src: '/images/flash/ChollaUni.swf'	//flash source
};

// add other vars here for multiple flash fonts


sIFR.fromLocal = true;
sIFR.activate(chollaW); 		//actives the flash file
sIFR.activate(chollaU);

// Non-content only (content goes into the customHeaderInclude)

sIFR.replace(chollaW, {
    selector: 'ul.breadcrumbs li p'
	,wmode: 'transparent'
	,preventWrap: 'true'
    ,css: [
      '.sIFR-root {font-size:15px; color:#FFFFFF; text-transform:uppercase;}'
      ,'em { color: #6F6F6F; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #6F6F6F;}'
      ,'a:hover { color: #FD8713; }'
    ]
});

sIFR.replace(chollaW, {
    selector: 'ul.breadcrumbs li h3'
	//,wmode: 'transparent'
	,forceSingleLine: 'true'
    ,preventWrap: 'true'
    //,fitExactly: 'true'
    //,forceWidth: 'true'
	,css: {
      '.sIFR-root': {'font-size':'36px','color':'#6F6F6F', 'text-transform':'uppercase', 'padding-left':'5px'}
    }
});

sIFR.replace(chollaW, {
    selector: 'ul.breadcrumbsAsaa li p'
	,wmode: 'transparent'
	,preventWrap: 'true'
    ,css: [
      '.sIFR-root {font-size:15px; color:#FFFFFF; text-transform:uppercase;}'
      ,'em { color: #6F6F6F; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #6F6F6F;}'
      ,'a:hover { color: #00618c; }'
    ]
});

sIFR.replace(chollaW, {
    selector: 'ul.breadcrumbsAsaa li h3'
	//,wmode: 'transparent'
	,forceSingleLine: 'true'
    ,preventWrap: 'true'
    //,fitExactly: 'true'
    //,forceWidth: 'true'
	,css: {
      '.sIFR-root': {'font-size':'36px','color':'#6F6F6F', 'text-transform':'uppercase', 'padding-left':'5px'}
    }
});
