var lettertype = {
      src: 'flash/dinbold.swf'
};

var lettertype2 = {
      src: 'flash/dinmedium.swf'
};

sIFR.activate(lettertype);
sIFR.activate(lettertype2);

sIFR.replace(lettertype, {
selector: '.sidebarlandhuis',
      css: [
      '.sIFR-root {font-size: 14px; color: #8ac34a; text-decoration: none; text-transform: uppercase;}',
      'a {font-size: 14px; color: #8ac34a; text-decoration: none; text-transform: uppercase;}',
      'a:hover {font-size: 14px; color: #8ac34a; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.sidebarpoorthuis',
      css: [
      '.sIFR-root {font-size: 14px; color: #3bc5f3; text-decoration: none; text-transform: uppercase;}',
      'a {font-size: 14px; color: #3bc5f3; text-decoration: none; text-transform: uppercase;}',
      'a:hover {font-size: 14px; color: #3bc5f3; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.menu',
      css: [
      '.sIFR-root {font-size: 14px; color: #bebdbd; text-decoration: none; text-transform: uppercase; list-style-type: none;}',
      'a {font-size: 14px; color: #bebdbd; text-decoration: none; text-transform: uppercase;}',
      'a:hover {font-size: 14px; color: #8ac34a; text-decoration: none; text-transform: uppercase;}',
      '.menublue {font-size: 11px; color: #10b5eb; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.meerfotos',
      css: [
      '.sIFR-root {font-size: 13px; color: #9cdb4c; text-decoration: none; text-transform: uppercase;}',
      'a {font-size: 13px; color: #9cdb4c; text-decoration: none; text-transform: uppercase;}',
      'a:hover {font-size: 13px; color: #9cdb4c; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.meerfotospoort',
      css: [
      '.sIFR-root {font-size: 13px; color: #a3e7ff; text-decoration: none; text-transform: uppercase;}',
      'a {font-size: 13px; color: #a3e7ff; text-decoration: none; text-transform: uppercase;}',
      'a:hover {font-size: 13px; color: #a3e7ff; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: 'ul#hahamenu li ul li',
      css: [
      '.submenublue {font-size: 11px; color: #10b5eb; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
