var lettertype = {
      src: 'flash/avantgarde.swf'
};
var lettertype2 = {
      src: 'flash/rockwell.swf'
};
sIFR.activate(lettertype);
sIFR.activate(lettertype2);

sIFR.replace(lettertype, {
selector: '.topmenu',
      css: [
      '.sIFR-root {font-size: 15px; color: #fdfdfd; text-transform: uppercase; letter-spacing: 0;}',
      'a {font-size: 15px; color: #fdfdfd; text-decoration: none;}',
      'a:hover {font-size: 15px; color: #f69203; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.meerinfoindex',
      css: [
      '.sIFR-root {font-size: 29px; color: #ffffff;  font-weight: bold; text-transform: uppercase;}',
      '.orange {font-size: 29px; color: #f69203; font-weight: bold;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.maintitle',
      css: [
      'h1 {font-size: 33px; color: #333333;  font-weight: bold;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.mainkoptitle',
      css: [
      '.sIFR-root {font-size: 19px; color: #f69203;  font-weight: bold;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});
