// JavaScript Document

  //<[CDATA[

  var Dax = {
    src: '/files/system/BS/js/sifrHeader-v3-r436/Dax-sifr.swf'
    ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 23, 1.22, 28, 1.23, 34, 1.22, 41, 1.21, 59, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 105, 1.19, 109, 1.18, 110, 1.19, 120, 1.18, 121, 1.19, 1.18]
  };
	var DaxMed = {
    src: '/files/system/BS/js/sifrHeader-v3-r436/DaxMed-sifr.swf'
    ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 23, 1.22, 28, 1.23, 34, 1.22, 41, 1.21, 59, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 105, 1.19, 109, 1.18, 110, 1.19, 120, 1.18, 121, 1.19, 1.18]
  };
	//Skift '.replace' ud med '.debug.ratios' for at f? ratios for fonten.
	//HUSK at kopiere alle styles nedenfor ind i sFIR-screen.css - for at undg? at brugeren ser html-teksten f?r flash-fonten.
	//S?t evt. referencer til sFIR i PAGE-templaten. S? undg?r du at headers bliver erstattet i print-templates ogs?.



  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(Dax);


  sIFR.replace(Dax, {
    selector: '.Level1'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-size:17px; line-height:15px; margin:0px;}',
			'a { color: #ffffff; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #9eb8da; text-decoration:none; cursor: pointer; }'
    ]
  });
	
	sIFR.replace(Dax, {
    selector: '.Level1On'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-size:15px; line-height:15px; margin:0px;}',
			'a { color: #9eb8da; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #9eb8da; text-decoration:none; cursor: pointer; }'
    ]
  });

	sIFR.replace(DaxMed, {
    selector: 'div.LeftMenuFirst div'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:15px;}'
    ]
  });
	
	sIFR.replace(DaxMed, {
    selector: 'div.CustomHeadline h1'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:15px;}'
    ]
  });
	
	sIFR.replace(DaxMed, {
    selector: 'div.CustomHeadlineBG h1'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:15px;}'
    ]
  });
	
	sIFR.replace(DaxMed, {
    selector: '#ContentForLeftColPlaceHolder div.TeaserBox h3'
		,wmode: 'transparent'
		,tuneWidth: '+10'
    ,css: [
      '.sIFR-root { color: #ffffff;}'
    ]
  });

  /*sIFR.replace(Dax, {
    selector: '#overskrift3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #fafafa; }'
    ]
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 0.4
      }
    }
  }); 

  sIFR.replace(Dax, {
    selector: '#overskrift4 h1, .overskrift5 h1'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#3b2f67' }
    }
  });*/ 
  
  
  
  //]]>