
  var futura = {
    src: 'conf/futurabook.swf'
  };
  
  var futuralt = {
	  src: 'conf/futurabook.swf'
  };
  
  var futuranorm = {
	  src: 'conf/futurabook.swf'
  };



 sIFR.activate(futura,futuralt,futuranorm);


  sIFR.replace(futuralt, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size:30px; color: #ffffff; leading: 8;} strong { color: #088ccd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
  
    sIFR.replace(futura, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; leading: -10;} '
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4D7CC6 }'
      ,'a:hover { color: #4D7CC6 }'
    ]
  });
	
	
  sIFR.replace(futuranorm, {
    selector: '.hcontent p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size:18px; color: #ffffff; leading: 4; font-weight: bold;} strong { font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	
  });
  
    sIFR.replace(futuranorm, {
    selector: '#right_header p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; leading: 4; font-weight: bold;} strong { font-weight: bold; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	
  });
  
  

 