  var futura = {
    src: '/Ericsson/flash/bengt.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,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };

  sIFR.debugMode = false;
  sIFR.delayCSS  = false;
  //sIFR.domains = ['http://cfn.winston.se:999'] // Don't check for domains in this demo
  
  sIFR.activate(futura);
  
  sIFR.replace(futura, {
    selector: 'div.startpage-text h1'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#6D6358;letter-spacing:1;line-height:1em;text-transform:uppercase}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'div.bottom-content-threecol h2'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#144570;letter-spacing:1;line-height:1em;text-transform:uppercase}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'div#article div.float-left h1, div#search-container div.float-left h1, div#filelist-container div.float-left h1, div#literature-container h1'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#3C231C;letter-spacing:1;line-height:1em;text-transform:uppercase}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.sectionCompany h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#FFFFFF;letter-spacing:1;line-height:1em;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.sectionPlaces h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.sectionPeople h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#FFFFFF;letter-spacing:1;line-height:1em;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.sectionProducts h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.sectionCommunication h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'div#book-top h2'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#144570;letter-spacing:1;line-height:2em;font-size:28px}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'div.book-heading h2'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#144570;letter-spacing:1;line-height:2em;font-size:28px}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
    selector: 'div#article .float-right h3'
    ,css: [
      '.sIFR-root {font-weight:bold;color:#144570;letter-spacing:1;line-height:2em;font-size:16px;text-transform:uppercase}'
      ,
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div#book-chapter div.sectionStart-Text h1'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;font-size:16px;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div#book-bottom h2'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;font-size:14px;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div.teaser h2'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:1;line-height:1em;font-size:14px;text-transform:uppercase}'
	    ,
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div#book-menu ul li.non-selected span'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#1F547D;letter-spacing:0;line-height:16px;font-size:14px;word-spacing:2px;}'
        ,'a {text-decoration: none;}'
        ,'a:link {color: #1F547D;}'
        ,'a:hover {color: #1F547D;}'
	  ]
    ,wmode: 'transparent'
  });

  sIFR.replace(futura, {
	  selector: 'div#book-menu ul li.selected span'
	  ,css: [
	    '.sIFR-root {font-weight:bold;color:#3C231C;letter-spacing:0;line-height:16px;font-size:14px;word-spacing:2px;}'
        ,'a {text-decoration: none;}'
        ,'a:link {color: #3C231C;}'
        ,'a:hover {color: #3C231C;}'
	  ]
    ,wmode: 'transparent'
  });




