/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
	var frutigerR = {
      src: 'fonts/frutiger-roman.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	
	var frutigerB = {
      src: 'fonts/frutiger-bold.swf'
      ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };

    var frutigerL = {
      src: 'fonts/frutiger-light.swf'
      ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };
    
	

    //sIFR.domains = ['urbanity.nl'] // Don't check for domains in this demo
    //sIFR.useStyleCheck = true;
    sIFR.activate(frutigerR, frutigerB, frutigerL);

  
    sIFR.replace(frutigerR, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {font-weight:normal; color:#315c7d; font-size:24px;}']
		,wmode: 'transparent'
    });
	
	sIFR.replace(frutigerR, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {font-weight:normal; color:#231f20; font-size:18px;}']
		,wmode: 'transparent'
    });

	sIFR.replace(frutigerB, {
      selector: 'h4'
      ,css: [
        '.sIFR-root {font-weight:normal; color:#FFFFFF; font-size:16px; text-transform:uppercase;}']
		,wmode: 'transparent'
    });
	
	sIFR.replace(frutigerR, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {font-weight:normal; color:#000000; font-size:19px; }']
		,css: 'em { font-style:normal; color: #FF0000; font-weight:bold; }'
		,wmode: 'transparent'
    });
	
	sIFR.replace(frutigerL, {
      selector: 'h5'
      ,css: [
        '.sIFR-root {font-weight:normal; color:#003a66; font-size:22px; text-align:right;}']
		,wmode: 'transparent'
    });
	

  
    
	