  var book = {
  src: 'flash/futura-book.swf'
  ,ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 39, 1.34, 40, 1.32, 44, 1.33, 46, 1.32, 47, 1.33, 71, 1.32, 73, 1.31, 74, 1.32, 76, 1.31, 77, 1.32, 1.31]
};
 var light = {
  src: 'flash/futura-light.swf'
  ,ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 35, 1.32, 37, 1.3, 40, 1.31, 43, 1.3, 46, 1.31, 52, 1.3, 55, 1.29, 59, 1.3, 94, 1.29, 95, 1.28, 101, 1.29, 102, 1.28, 103, 1.29, 109, 1.28, 110, 1.29, 1.28]
};
sIFR.activate(book);  
sIFR.activate(light);

 
  sIFR.replace(light, {
  selector: '#tech-header h4'
  ,css: [
      '.sIFR-root { text-align: right; letter-spacing: 2;}'      
      ,'a { text-decoration: none; }'
      ,'a:link { color: #323232; }'
      ,'a:hover { color: #323232; }'
    ]
    ,wmode: 'transparent'
  });
 sIFR.replace(light, {
  selector: '.gen h1, .gen h4, .itempg h1, h4#reviewed, .cust-serv h4, .sitemap h4'
  ,css: [
      '.sIFR-root { text-transform: uppercase; }'
      ,'strong { font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
    ,wmode: 'transparent'
  });
sIFR.replace(book, {
  selector: '#tech-header h1'
  ,css: [
      '.sIFR-root { text-transform: uppercase; text-align: right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
    ,wmode: 'transparent' 
  }); 
sIFR.replace(book, {
  selector: '.gen h5, .header-title h1, .header-title h2, h5#thanks'
  ,css: [
      '.sIFR-root { text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
    ,wmode: 'transparent' 
  }); 
  
 
 /* RATIO 
 var light = {
  src: 'flash/futura-light.swf'
};
sIFR.activate(light);
  sIFR.debug.ratios(light, { selector: '.gen h3' }); */


