var sifrFont = {
  src: '/interface/flash/helvetica3.swf'
};
sIFR.activate(sifrFont);

sIFR.replace(sifrFont, {
  selector: 'h2.grijs',
  css: [ '.sIFR-root { color: #383637; font-weight:bold; cursor:pointer; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h3.wit',
  css: [ '.sIFR-root { font-size: 21px; color: #FFFFFF; font-weight:bold; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h4.grijs',
  css: [ '.sIFR-root { font-size: 17px; color: #7B7B7B; font-weight:bold; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h5.wit',
  css: [ '.sIFR-root { font-size: 28px; color: #FFFFFF; font-weight:normal; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h5.wit_kl',
  css: [ '.sIFR-root { font-size: 18px; color: #FFFFFF; font-weight:normal;}' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'font.menu',
  css: [ '.sIFR-root { color: #7B7B7B; font-weight:bold; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h4.grijs',
  css: [ '.sIFR-root { font-size: 17px; color: #7B7B7B; font-weight:bold; }' ],
  wmode: 'transparent'
});

sIFR.replace(sifrFont, {
  selector: 'h5.witdd',
  css: [ '.sIFR-root { color: #FFFFFF; font-weight:bold; }' ],
  wmode: 'transparent'
});

/*	sIFR.replaceElement("h2.grijs", "helvetica2.swf", "#383637", null, "#383637", null, 0, 0, 0, 0, null, null, "transparent");
	sIFR.replaceElement("h3.wit", "helvetica2.swf", "#FFFFFF", null, "#E5C226", null, 0, 0, 0, 0, "textalign=center", null, "transparent");
	sIFR.replaceElement("h4.grijs", "helvetica2.swf", "#7B7B7B", null, "#E5C226", null, 0, 0, 0, 0, null, null, "transparent");
	sIFR.replaceElement("h5.wit", "helvetica2.swf", "#FFFFFF", null, "#E5C226", null, 0, 0, 0, 0, null, null, "transparent");
	
	sIFR.replaceElement("font.menu", "helvetica2.swf", "#7B7B7B", null, "#E5C226", null, 0, 0, 0, 0, "textalign=center", null, "transparent");
	sIFR.replaceElement("h4.grijs", "helvetica2.swf", "#7B7B7B", null, "#E5C226", null, 0, 0, 0, 0, null, null, "transparent");
	sIFR.replaceElement("h5.witdd", "helvetica2.swf", "#FFFFFF", null, "#E5C226", null, 0, 0, 0, 0, null, null, "transparent"); */
