
  var gillsansmt = {src: 'http://www.doerak-kinderkleding.nl/flash/gillsansmt.swf' };

  sIFR.useStyleCheck = true;
  sIFR.activate(gillsansmt);

  sIFR.replace(gillsansmt, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size: 17px; color: #3f4867; text-align: left; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3f4867; font-weight: bold;}'
      ,'a:hover { color: #3f4867; text-decoration: underline; }'
    ],
  	wmode: 'transparent'
  });
  
  sIFR.replace(gillsansmt, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 15px; color: #7a8abd; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a7b0c9; }'
      ,'a:hover { color: #a7b0c9; text-decoration: underline;}'
    ],
  	wmode: 'transparent'
  });
  
  sIFR.replace(gillsansmt, {
    selector: '#topcontent .cart'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #a7b0c9; text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a7b0c9; }'
      ,'a:hover { color: #a7b0c9; text-decoration: underline;}'
    ],
  	wmode: 'transparent'
  });
  
  sIFR.replace(gillsansmt, {
    selector: '.product h3'
    ,css: [
      '.sIFR-root { font-size: 15px; color: #a7b0c9; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
  	wmode: 'transparent'
  });
  