// JavaScript Document

  //<[CDATA[

  var GillSan = {
    src: '/Files/System/Share/Sifr436_Cembrit/GillSansReg.swf'
    ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19]
  };
	//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(GillSan);

	sIFR.replace(GillSan, {
		selector: 'h1.h1'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #333333; font-size:26px; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: '.entryTeaserContent h2.h2'
		,wmode: 'transparent'
		,forceSingleLine: true
		,css: [
			'.sIFR-root { color: #415a68; font-size:20px; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: '.textTeaser h2.h2'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #3e5663; font-size:19px; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: 'h2.h2'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #333333; font-size:18px; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: 'div.h6'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #ffffff; }',
			'a { color: #000000; text-decoration:none; cursor: pointer; }',
			'a:hover { color: #000000; text-decoration:none; cursor: pointer; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: '.header h1'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #FFFFFF; font-size:46px; }'
		]
	});
	
	sIFR.replace(GillSan, {
		selector: '.header h2'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #FFFFFF; font-size:25px; }'
		]
	});
	
  //]]>