//sIFR.debug.ratios({ src: 'images/sifr3-altgothic.swf', selector: 'h1' });


var altgothic = {
	src: 'images/sifr3-altgothic.swf',
	ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 33, 1.05, 45, 1.04, 71, 1.03, 72, 1.02, 73, 1.03, 1.02]
};

sIFR.activate(altgothic);

sIFR.replace(altgothic, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { font-size:18px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #C5674D; }'
      ,'a:hover { color: #C5674D; text-decoration: underline; }'
    ]
	, wmode: 'transparent'
});
