/*
sIFR.domains = ['t-boy'];
sIFR.fromLocal = true;
*/
var helvetica = { src: './sifr-helvetica.swf' };


sIFR.activate(helvetica);


// H1 - all
/*
sIFR.replace(helvetica, {
    selector: 'h1',
	wmode: 'transparent',
    selectable : true,
	css: [
	    '.sIFR-root { font-weight: bold; color: #c8ac14; font-size: 26px; background-color: transparent; text-align: left; padding-top: 150px; }'
    ]
	forceSingleLine: false,
	fitExactly: true

});*/



sIFR.replace(helvetica, {
    selector: '.literature_link',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: bold; color: #ffffff; font-size: 14px; background-color: transparent; text-align: left; cursor: pointer; }'
    ]
	/*forceSingleLine: false,
	fitExactly: true*/

});

sIFR.replace(helvetica, {
    selector: '.demo_link',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: bold; color: #ffffff; font-size: 14px; background-color: transparent; text-align: left; cursor: pointer; }'
    ]
	/*forceSingleLine: false,
	fitExactly: true*/

});

/*
sIFR.replace(helvetica, {
    selector: ' #product_listing h2',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: bold; color: #c7ac13; font-size: 24px; background-color: transparent; text-align: left; cursor: pointer; width: 300px; }'
    ]

});*/