    var gothic = {
      src: './assets/sifr3/TradeGothic.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(gothic);

    sIFR.replace(gothic, {
      selector: 'h1',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color: #BF0000; font-weight: bold;   }'
		,'a { text-decoration: none; color: #BF0000; }'
        ,'a:link { text-decoration: none; color: #BF0000; }'
        ,'a:hover { text-decoration: none; color: #BF0000; }'
      ]


    });

    sIFR.replace(gothic, {
      selector: 'h2.menuItem'
      ,css: [
        '.sIFR-root { font-size:14px; color: #3F3F3F;   }'
		,'a { text-decoration: none; color: #3F3F3F; }'
        ,'a:link { text-decoration: none; color: #3F3F3F; }'
        ,'a:hover { text-decoration: none; color: #3F3F3F; }'
      ]
	  ,forceSingleLine: true

    });
	
    sIFR.replace(gothic, {
      selector: 'h2.menuItemActive'
      ,css: [
        '.sIFR-root { font-size:14px; color: #BF0000;   }'
		,'a { text-decoration: none; color: #BF0000; }'
        ,'a:link { text-decoration: none; color: #BF0000; }'
        ,'a:hover { text-decoration: none; color: #BF0000; }'      ]
	  ,forceSingleLine: true

    });
	
    sIFR.replace(gothic, {
      selector: 'h2.spry-title',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:9pt; color: #FFFFFF;   }'
      ]
    });
	
    sIFR.replace(gothic, {
      selector: 'h2.news-title',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20pt; color: #FFFFFF; font-weight: bold;   }'
		,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:link { text-decoration: none; color: #FFFFFF; }'
        ,'a:hover { text-decoration: none; color: #FFFFFF; }' 
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'h2.faq-title',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:11pt; color: #FFFFFF;  }'
		,'a { text-decoration: none; color: #FFFFFF; }'
        ,'a:link { text-decoration: none; color: #FFFFFF; }'
        ,'a:hover { text-decoration: none; color: #FFFFFF; }' 
      ]
	   ,forceSingleLine: true
    });

    sIFR.replace(gothic, {
      selector: 'h2.snel-naar',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16pt; color: #BF0000;  }'
		,'a { text-decoration: none; color: #BF0000; }'
        ,'a:link { text-decoration: none; color: #BF0000; }'
        ,'a:hover { text-decoration: none; color: #BF0000; }' 
      ]
    });
	
    sIFR.replace(gothic, {
      selector: 'span#search',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #666666; font-weight: bold;   }'
      ]
	  ,forceSingleLine: true
    });
	
    sIFR.replace(gothic, {
      selector: 'span#searchButton',  
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #666666; font-weight: bold;   }'
		,'a { text-decoration: none; color: #666666; font-weight: bold; }'
        ,'a:link { text-decoration: none; color: #666666; font-weight: bold; }'
        ,'a:hover { text-decoration: none; color: #666666; font-weight: bold; }' 
      ]
	  ,forceSingleLine: true
    });
	
	
    sIFR.replace(gothic, {
      selector: 'span.storing',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color: #FFFFFF;  }'
		,'a { text-decoration: none; color: #FFFFFF; font-weight: bold; }'
        ,'a:link { text-decoration: none; color: #FFFFFF; font-weight: bold; }'
        ,'a:hover { text-decoration: none; color: #FFFFFF; font-weight: bold; }' 
      ]
	 
    });
	
    sIFR.replace(gothic, {
      selector: 'span.pakket',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:15px; color: #FFFFFF;  }'
      ]
	 
    });
	
    sIFR.replace(gothic, {
      selector: 'span.pakket-t',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:15px; color: #FFFFFF; cursor: pointer;  }'
		,'a { text-decoration: none; font-size:15px; color: #FFFFFF; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:15px; color: #FFFFFF; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:15px; color: #FFFFFF; cursor: pointer; }'
      ]
	 
    });
	
    sIFR.replace(gothic, {
      selector: 'span.actueel-date',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #BF0000;  }'
      ]
	 ,forceSingleLine: true
    });

    sIFR.replace(gothic, {
      selector: 'span.actueel-title',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color: #666666; font-weight: bold;  }'
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'div.aanmeld-title',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #666666; font-weight: bold;  }'
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'span#pakket-header',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:32px; color: #BF0000; font-weight: bold;  }'
      ]
	  ,forceSingleLine: true
    });
	
    sIFR.replace(gothic, {
      selector: 'span.pakket-title',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:21px; color: #BF0000; cursor: pointer; }'
		,'a { text-decoration: none; font-size:21px; color: #BF0000; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:21px; color: #BF0000; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:21px; color: #BF0000; cursor: pointer; }'
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'span.pakket-vanaf',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #BF0000; cursor: pointer;}'
		,'a { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'span.prijs-heel',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:35px; color: #BF0000; line-height:1em; cursor: pointer;  }'
		,'a { text-decoration: none; font-size:35px; color: #BF0000; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:35px; color: #BF0000; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:35px; color: #BF0000; cursor: pointer; }'
      ]
	   ,forceSingleLine: true 
    });
	
    sIFR.replace(gothic, {
      selector: 'span.prijs-cent',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:28px; color: #BF0000; cursor: pointer; }'
		,'a { text-decoration: none; font-size:28px; color: #BF0000; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:28px; color: #BF0000; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:28px; color: #BF0000; cursor: pointer; }'
      ]
	   ,forceSingleLine: true
    });


    sIFR.replace(gothic, {
      selector: 'span.prijs-komma',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #BF0000; cursor: pointer; }'
		,'a { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
        ,'a:link { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
        ,'a:hover { text-decoration: none; font-size:12px; color: #BF0000; cursor: pointer; }'
      ]
	   ,forceSingleLine: true
    });
	
	    sIFR.replace(gothic, {
      selector: 'span.pakket-maand',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color: #666666; font-weight: bold; cursor: pointer; }'
		,'a { text-decoration: none; font-size:12px; color: #666666; cursor: pointer; font-weight: bold; }'
        ,'a:link { text-decoration: none; font-size:12px; color: #666666; cursor: pointer; font-weight: bold; }'
        ,'a:hover { text-decoration: none; font-size:12px; color: #666666; cursor: pointer; font-weight: bold; }'
      ]
	   ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: 'span.event-title',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color: #BF0000; font-weight: bold; }'
			,'a { text-decoration: none; font-size:16px; color: #BF0000; }'
        ,'a:link { text-decoration: none; font-size:16px; color: #BF0000; }'
        ,'a:hover { text-decoration: none; font-size:16px; color: #BF0000; }'
      ]
	   ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: 'span.testi-title',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color: #BF0000; font-weight: bold;}'
			,'a { text-decoration: none; font-size:16px; color:#BF0000;}'
        ,'a:link { text-decoration: none; font-size:16px; color:#BF0000;}'
        ,'a:hover { text-decoration: none; font-size:16px; color:#BF0000;}'
      ]
	   ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: 'span.testi-name',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color: #000000; }'
			,'a { text-decoration: none; font-size:16px; color: #000000; }'
        ,'a:link { text-decoration: none; font-size:16px; color: #000000; }'
        ,'a:hover { text-decoration: none; font-size:16px; color: #000000;}'
      ]
	   ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: 'span.testi-company',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:10px; color: #000000;}'
			,'a { text-decoration: none; font-size:10px; color: #000000; }'
        ,'a:link { text-decoration: none; font-size:10px; color: #000000; }'
        ,'a:hover { text-decoration: none; font-size:10px; color: #000000; }'
      ]
	   ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: 'span.branche-top',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:20px; color: #FFFFFF;background-color:#000; line-height:3em; font-weight: bold;}'
      ]

    });
		
		sIFR.replace(gothic, {
      selector: 'span.branche-sub',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:14px; color: #BF0000; text-align:left; font-weight: bold; }'
		,'a { text-decoration: none; font-size:14px; color: #BF0000; text-align:left; font-weight: bold; }'
        ,'a:link { text-decoration: none; font-size:14px; color: #BF0000; text-align:left; font-weight: bold; }'
        ,'a:hover { text-decoration: none; font-size:14px; color: #BF0000; text-align:left; font-weight: bold; }'
		
      ]
	  ,forceSingleLine: true
    });
		
		sIFR.replace(gothic, {
      selector: '.linkBranches',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:11px; color: #3F3F3F; text-align:left; font-weight: bold; width:400px; border:1px solid #000000; cursor:pointer;}'
		,'a {  font-size:11px; color: #3F3F3F; text-align:left; font-weight: bold; width:400px; border:1px solid #000000; cursor:pointer; }'
        ,'a:link {  font-size:11px; color: #3F3F3F; text-align:left; font-weight: bold; width:400px; border:1px solid #000000; cursor:pointer; }'
        ,'a:hover {  font-size:11px; color: #BF0000; text-align:left; font-weight: bold; width:400px; border:1px solid #000000; cursor:pointer; }'
      ]
 	,forceSingleLine: true
    });
	
    sIFR.replace(gothic, {
      selector: 'h3.name',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16pt; color: #404040; font-weight: normal;   }'
		,'a { text-decoration: none; color: #404040; }'
        ,'a:link { text-decoration: none; color: #404040; }'
        ,'a:hover { text-decoration: none; color: #404040; }' 
      ]
	  
    });
	
    sIFR.replace(gothic, {
      selector: 'h3.company',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:10pt; color: #404040; font-weight: normaal;   }'
		,'a { text-decoration: none; color: #404040; }'
        ,'a:link { text-decoration: none; color: #404040; }'
        ,'a:hover { text-decoration: none; color: #404040; }' 
      ]
	  
    });

