var arialbold = {
src: 'flash/arialbold.swf'
,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
};

var arial = {
src: 'flash/arialall.swf'
//,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;

sIFR.activate(arialbold,arial);

sIFR.replace(arialbold, {
selector: 'h1,h2,h3,p.tel,p.name'
,opaque: 'true'
,css: ['.sIFR-root { color: #324b8a; font-weight: bold; background-color: transparent;} .green { color: #77b800; } .white { color: #ffffff; }']
,wmode: 'transparent'
});

sIFR.replace(arialbold, {
selector: 'p.strong,p.strong-intro'
,opaque: 'true'
,css: ['.sIFR-root { color: #acbbde; font-weight: bold; background-color: transparent;} .green { color: #77b800; }']
,wmode: 'transparent'
});

sIFR.replace(arial, {
selector: 'p.contact'
,opaque: 'true'
,css: ['.sIFR-root { color: #ffffff; font-weight: normal; background-color: transparent;}']
,wmode: 'transparent'
});
