var sifr = {
    src: flashPath+'adobe_garamond_pro.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
    selector: 'h1'
    ,css: ['.sIFR-root { color: #FFFFFF; font-size: 48px; line-height: 44px;}']
    ,wmode: 'transparent'
	,selectable: false
	,filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 1
          ,alpha: .6
        }
      }
});  
