
var notesoftMedium = {
  src: '/static/menzis2007/menzis2008home/assets/swf/notesoft-medium.swf'
  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 26, 1.17, 31, 1.15, 36, 1.14, 37, 1.15, 47, 1.14, 68, 1.13, 69, 1.12, 75, 1.13, 1.12]
};


sIFR.kerning = true;
sIFR.delayCss = true;
sIFR.hideElements = true;
// sIFR.domains = ['menzis.nl'] // uncomment when the site is live!
sIFR.activate(notesoftMedium);

sIFR.replace(notesoftMedium, {
  selector: '#content div.banner h3'
  ,tuneHeight: "-4"
  ,fitExactly: true
  ,css: ['.sIFR-root { background-color: #fff; color: #09357a; font-size: 16px; leading: -2; }'
  ]
});

sIFR.replace(notesoftMedium, {
  selector: '#content #specials-navigation h3'
  ,tuneHeight: "0"
  ,transparent: true
  ,css: [
    '.sIFR-root { background-color: #4c8ed5; color: #ffffff; font-size: 16px; leading: -2; }'
  ]
});

sIFR.replace(notesoftMedium, {
  selector: '#shortcuts div.links h3'
  ,tuneHeight: "-4"
  ,css: [
    '.sIFR-root { background-color: #e1ecf8; color: #c20069; leading: 1; }'
  ]
});



sIFR.replace(notesoftMedium, {
  selector: '#shortcuts div.news h3, #shortcuts div.poll h3'
  ,tuneHeight: "-4"
  ,css: [
    '.sIFR-root { background-color: #eef4fb; color: #09357a; leading: 1; }'
  ]
});
