
    var rockwell = {   src: 'Library/SIFR/rockwell.swf' ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]  };

	sIFR.useDomLoaded = false

    sIFR.activate(rockwell);
	
	/* Generic Start*/
	
    sIFR.replace(rockwell, { selector: 'h1',selectable: true, wmode: 'transparent' });

	sIFR.replace(rockwell, { selector: '#yellow', css: [  'h1 { color: #F1CB00; font-size:30px; }'],selectable: true, wmode: 'transparent' 	});
	
	sIFR.replace(rockwell, { selector: '#white', css: [  'h1 { color: #FFFFFF; font-size:30px; }'],selectable: true, wmode: 'transparent' 	});

    sIFR.replace(rockwell, { selector: 'h2', selectable: true, wmode: 'transparent' });
	
    sIFR.replace(rockwell, { selector: 'h3', selectable: true, wmode: 'transparent' });
	
    sIFR.replace(rockwell, { selector: '.GeometricSlabSerif', selectable: true, wmode: 'transparent' });
	
	sIFR.replace(rockwell, { selector: '.GeometricSlabSerifCenter', css: [  '.sIFR-root { text-align: center; }'], selectable: true, wmode: 'transparent' });

    sIFR.replace(rockwell, { selector: '.GeometricSlabSerifBrown', css: [  '.sIFR-root { color: #603a13; }'],	selectable: true, wmode: 'transparent' });
	
    sIFR.replace(rockwell, { selector: '.GeometricSlabSerifWhite', css: [  '.sIFR-root { color: #ffffff; }'],	selectable: true, wmode: 'transparent' });
	
    sIFR.replace(rockwell, { selector: '.GeometricSlabSerifYellow', css: [  '.sIFR-root { color: #f1ca00; }'],	selectable: true, wmode: 'transparent' });
	
	sIFR.replace(rockwell, { selector: '.NavLink' ,
	css: [  '.sIFR-root { text-align: center; }',
	'a { text-decoration: none; }',
    'a:link { color: #000000; }',
    'a:hover { color: #000000; }'],
	filters: { DropShadow: { distance: 1, color: '#ffffff', strength: 10, alpha: .9, blurX: 0, blurY:0  }  }, 
	selectable: true, 
	wmode: 'transparent' 
	});
	
	/* generic End*/




	/*About Us Start*/
	
	sIFR.replace(rockwell, { selector: '.AboutFeaturesBenefits' ,
	css: [  '.sIFR-root { text-align: left; }',
	'a { text-decoration: none; color: #603a13; }',
    'a:link { color: #603a13; }',
    'a:hover { color: #000000; }' , 'a { font-size:18px;}'],
	selectable: true, 
	wmode: 'transparent' 
	});
	
	/*About Us End */











