    var truebold = {
	    src: '../sifr3-r436/demo/tbof.swf'
	    ,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
    }

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(truebold);

    //sIFR.debug.ratios({ src: '../sifr3-r436/demo/tbof.swf', selector: '.pro-02 h3' });
    /*	,tuneHeight:6
	    ,tuneWidth:-20
	    ,offsetTop:7
	    ,offsetLeft:20*/

    sIFR.replace(truebold, {
	    selector: '.pro-02 h3'
	    ,css: [
            '.sIFR-root { color: #ffffff; font-weight:normal; font-size: 20px; text-align: left; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-12
	    ,wmode: 'transparent'
    });

    sIFR.replace(truebold, {
	    selector: '.pro-content h4,.product-list h2,.section h5'
	    ,css: [
            '.sIFR-root { color: #eab630; font-weight:bold; font-size: 21px; text-align: left; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-13
	    ,wmode: 'transparent'
    });

    sIFR.replace(truebold, {
	    selector: '.section h1'
	    ,css: [
            '.sIFR-root { color: #ffffff; font-weight:bold; font-size: 22px; text-align: left; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-12
	    ,wmode: 'transparent'
    });
    
    sIFR.replace(truebold, {
	    selector: '.section h3,.section h6'
	    ,css: [
            '.sIFR-root { color: #000000; font-weight:bold; font-size: 21px; text-align: left; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-13
	    ,wmode: 'transparent'
    });
    
    sIFR.replace(truebold, {
	    selector: '.error h1'
	    ,css: [
            '.sIFR-root { color: #000000; font-weight:bold; font-size: 30px; text-align: center; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-12
	    ,wmode: 'transparent'
    });
    
    sIFR.replace(truebold, {
	    selector: '.error p'
	    ,css: [
            '.sIFR-root { color: #000000; font-weight:bold; font-size: 24px; text-align: center; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-12
	    ,wmode: 'transparent'
    });
    
    sIFR.replace(truebold, {
	    selector: '.error b'
	    ,css: [
            '.sIFR-root { color: #000000; font-weight:normal; font-size: 20px; text-align: center; }'
	    ]
	    ,offsetTop:-4
	    ,tuneHeight:-12
	    ,wmode: 'transparent'
    });
    

