
var frutiger = {
	src: './frutiger.swf'
};

sIFR.activate(frutiger); // From revision 209 and onwards


// Main headers
sIFR.replace(frutiger, {
  selector: '#main h2', preventWrap: true, fitExactly: true
  ,css: { '.sIFR-root': { 'color': '#0080c6', 'font-size': '24px', 'line-height': 'normal', 'text-align': 'left', 'margin': '0', 'padding': '0' } }, wmode: 'transparent'
});


// Attraction Boxes
sIFR.replace(frutiger, {
  selector: '.box-pink h3, .box-blue h3, .box-brown h3, .box-darkblue h3, #sidebar .top-three h3, .box-green h3, .infobox h3', preventWrap: true, fitExactly: true, forceSingleLine: true
  ,css: { '.sIFR-root': { 'color': '#ffffff', 'font-size': '16px', 'text-align': 'left', 'height': '20px' } }, wmode: 'transparent'
});

// Lower info boxes
sIFR.replace(frutiger, {
  selector: '#lower-boxes .box-blue h3, #lower-boxes .box-darkblue h3, #sidebar .sport-rating h3, #sidebar .accommodation h3, #sidebar .entertainment h3', preventWrap: true, fitExactly: true, forceSingleLine: true
  ,css: { '.sIFR-root': { 'color': '#ffffff', 'font-size': '18px', 'text-align': 'left' } }, wmode: 'transparent'
});