﻿ var scene = {
    src: 'Files/Billeder/flash/scene.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]
  };

 var frutiger = {
    src: 'Files/Billeder/flash/frutiger.swf'
      };

 var lemonade = {
    src: 'Files/Billeder/flash/lemonade.swf'
      };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(scene, frutiger, lemonade);

sIFR.replace(lemonade, {
    selector: 'h1.lemonade'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #bb131a; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });


  sIFR.replace(scene, {
    selector: 'h1.hvid'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
    ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 1
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      } 
  });

sIFR.replace(scene, {
    selector: 'h1'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });

sIFR.replace(scene, {
    selector: 'h2'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #000000; text-align: left; font-weight: normal; line-height: 20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });

sIFR.replace(scene, {
    selector: 'h3 span.tal'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #218ef4; text-align: left; font-weight: normal; line-height: 20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });

sIFR.replace(scene, {
    selector: 'h3'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #000000; text-align: left; font-weight: normal; line-height: 20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });

sIFR.replace(scene, {
    selector: 'h5'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #000000; text-align: left; font-weight: normal; line-height: 20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  ,'b { color: #ff0000; }'
    ],
    wmode: 'transparent'
  });

sIFR.replace(scene, {
    selector: 'p.frontPageText'
    ,fitExactly: true 
    ,css: [
      '.sIFR-root { color: #ffffff; text-align: left; font-weight: normal; line-height: 20px; leading: 5.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	  
    ],
    wmode: 'transparent'
    ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 1
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      } 
  });

