// Creates a variable for the swf paths
var optima = {
  src: ' /rsrc/sIFR3/optima.swf'
};
// Load faster
sIFR.useStyleCheck = true;
// Activate the swfs
sIFR.activate(optima);

// This stops the Flash movie from resizing/jumping on load. Remove commenting on this code, 
// comment out all 'replacements', enter swf file name, and enter the selector desired to determine ratio. 
//sIFR.debug.ratios({ src: '/rsrc/sIFR3/kozuka.swf', selector: '.pretitle' });

// Setup your replacements: choose swf/font, selector/CSS element, and style. 
sIFR.replace(optima, {
  selector: '.sifr'
  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 27, 1.17, 28, 1.16, 38, 1.15, 48, 1.14, 49, 1.13, 55, 1.14, 86, 1.13, 89, 1.12, 92, 1.13, 93, 1.12, 94, 1.13, 97, 1.12, 99, 1.13, 1.12]
  //,tuneHeight: -5
  //,offsetTop: -5
  ,css: {
  // '.sIFR-root' styles the basic swf output, sizing is done in the CSS
      '.sIFR-root': { 'color': '#003399', 'font-weight':'bold'}
	}
  ,filters:{
	/*BevelFilter: {
		strength: .5
		,shadowAlpha: 0
	
		}*/
	 DropShadow: {
		distance: 2
		,angle: 60
        ,strength: 2
		,blurX: 4
		,blurY: 4
		,color: '#c0c0c0'
      }
	}
  ,wmode:'opaque'
});
sIFR.replace(optima, {
  selector: '.sifrGOOG'
  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 27, 1.17, 28, 1.16, 38, 1.15, 48, 1.14, 49, 1.13, 55, 1.14, 86, 1.13, 89, 1.12, 92, 1.13, 93, 1.12, 94, 1.13, 97, 1.12, 99, 1.13, 1.12]
  //,tuneHeight: -5
  ,css: {
  // '.sIFR-root' styles the basic swf output, sizing is done in the CSS
      '.sIFR-root': { 'color': '#B44636', 'font-weight':'bold'}
	}
  ,filters:{
	/*BevelFilter: {
		strength: .5
		,shadowAlpha: 0
	
		}*/
	 DropShadow: {
		distance: 2
		,angle: 60
        ,strength: 2
		,blurX: 4
		,blurY: 4
		,color: '#c0c0c0'
      }
	}
  ,wmode:'opaque'
});
sIFR.replace(optima, {
  selector: '.sifrRate'
  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 27, 1.17, 28, 1.16, 38, 1.15, 48, 1.14, 49, 1.13, 55, 1.14, 86, 1.13, 89, 1.12, 92, 1.13, 93, 1.12, 94, 1.13, 97, 1.12, 99, 1.13, 1.12]
  ,tuneHeight: 35
  ,offsetTop: 36
  ,offsetLeft: 110
  ,css: {
  // '.sIFR-root' styles the basic swf output, sizing is done in the CSS
      '.sIFR-root': { 'color': '#003399', 'font-weight':'bold'}
	}
  ,filters:{
	/*BevelFilter: {
		strength: .5
		,shadowAlpha: 0
	
		}*/
	 DropShadow: {
		distance: 2
		,angle: 60
        ,strength: 2
		,blurX: 4
		,blurY: 4
		,color: '#c0c0c0'
      }
	}
  ,wmode:'transparent'
});
sIFR.replace(optima, {
  selector: '.sifrRate2line'
  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 27, 1.17, 28, 1.16, 38, 1.15, 48, 1.14, 49, 1.13, 55, 1.14, 86, 1.13, 89, 1.12, 92, 1.13, 93, 1.12, 94, 1.13, 97, 1.12, 99, 1.13, 1.12]

  ,offsetTop: 0
  ,offsetLeft: 110
  ,css: {
  // '.sIFR-root' styles the basic swf output, sizing is done in the CSS
      '.sIFR-root': { 'color': '#003399', 'font-weight':'bold'}
	}
  ,filters:{
	/*BevelFilter: {
		strength: .5
		,shadowAlpha: 0
	
		}*/
	 DropShadow: {
		distance: 2
		,angle: 60
        ,strength: 2
		,blurX: 4
		,blurY: 4
		,color: '#c0c0c0'
      }
	}
  ,wmode:'transparent'
});