// JavaScript Document

  //<[CDATA[

  var DinPro = {
    src: '/files/system/Morsoe/js/sifr3-r436/flash/DinPro.swf'
    ,ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 35, 1.32, 37, 1.3, 47, 1.31, 69, 1.3, 71, 1.29, 72, 1.3, 75, 1.29, 76, 1.3, 1.29]
  };
	//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.delayCSS = true;
  sIFR.activate(DinPro);

	/*
	sIFR.replace(DinPro, {
    selector: 'a.btnStoreLocator'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #FFFFFF; font-size:21px; margin:0px; cursor:pointer; font-weight:lighter;}',
			'a { color: #FFFFFF; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #FFFFFF; text-decoration:none; cursor: pointer; }'
    ]
  });*/

	
	/*sIFR.replace(DinPro, {
    selector: '#MainMenu div'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #000000; font-size:14px; margin:0px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
  });
	*/
	
	
	sIFR.replace(DinPro, {
    selector: '.HomeContentBox h1, .HomeContentBoxGreen h1, #ProductGroups .Group h3, #HomeContent .FloatNone h1'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #333333; font-size:21px; margin:0px; line-height:21px;}',
			'a { color: #333333; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });
	
	sIFR.replace(DinPro, {
    selector: '.HomeContentBox h2'
		,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #cc3300; font-size:11px; margin:0px; line-height:11px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });
	
	sIFR.replace(DinPro, {
    selector: '.HomeContentBoxGreen h2'
		,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #007038; font-size:11px; margin:0px; line-height:11px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });
	/*
	sIFR.replace(DinPro, {
    selector: '#LeftMenu h3, .Product .ProductDescription h3, .ProductWide .ProductDescription h3, #SitemapLetter h2'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #333333; font-size:14px; margin:0px;}',
			'a { color: #333333; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
  });
	
	sIFR.replace(DinPro, {
    selector: '#Content h1, #XtranetContent h1'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #333333; font-size:25px; margin:0px; line-height:21px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });
	
	sIFR.replace(DinPro, {
    selector: '#RightColumn h4, .h4'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #cc3300; font-size:14px; margin:0px; line-height:14px; }',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #cc3300; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });
	

	sIFR.replace(DinPro, {
    selector: '#RightColumn h5, .h5'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #007038; font-size:14px; margin:0px; line-height:14px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #007038; text-decoration:none; cursor: pointer; }'
    ]
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 3
	  }
	}
  });



	sIFR.replace(DinPro, {
    selector: '#XtranetMainMenu div'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #000000; font-size:14px; margin:0px;}',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #367eb3; text-decoration:none; cursor: pointer; }'
    ]
  });

	sIFR.replace(DinPro, {
    selector: '#XtranetLeftMenu h3'
		,wmode: 'transparent'
		,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #333333; font-size:14px; margin:0px;}',
			'a { color: #333333; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #367eb3; text-decoration:none; cursor: pointer; }'
    ]
  });
  */	
  
  
  //]]>
