//sIFR.debug.ratios({src: 'sifr/fonts/lucida.swf',selector:'p.quote'});
/*var soniccutthru = {
    src: 'sifr/fonts/soniccutthru.swf'
    };*/
  var lucida= {
    src: 'sifr/fonts/lucida.swf'
    ,ratios: [7, 1.47, 8, 1.43, 11, 1.38, 14, 1.37, 16, 1.33, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 39, 1.28, 40, 1.29, 56, 1.28, 90, 1.27, 91, 1.26, 92, 1.27, 93, 1.26, 94, 1.27, 95, 1.26, 96, 1.27, 99, 1.26, 101, 1.27, 102, 1.26, 103, 1.27, 106, 1.26, 107, 1.27, 110, 1.26, 111, 1.27, 1.26]
    };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
//  sIFR.activate(soniccutthru,lucida);
  sIFR.activate(lucida);

/*  sIFR.replace(soniccutthru, {
    selector: '#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu14'
    ,css: [
     '.sIFR-root {cursor: pointer; color:#FFFFFF; list-style:none; text-decoration: none;font-size:13;}'
//      ,'a:link {  color:#FFFFFF; text-decoration:none; }'
//      ,'a:visited { color:#FFFFFF; text-decoration:none; }'
//      ,'a:hover{ color:#339A99; text-decoration:none; }'
    ]
    ,wmode: 'transparent'
  });
*/

  /* 
  sIFR.replace(soniccutthru, {
    selector: '#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu14'
//    selector: 'table#menu'
    ,css: [
     '.sIFR-root { color:#FFFFFF; list-style:none; text-decoration: none; font-size:14px;letter-spacing:10px; }'
      ,'a:link {  color:#FFFFFF; text-decoration:none; }'
      ,'a:visited { color:#FFFFFF; text-decoration:none; }'
      ,'a:hover{ color:#339A99; text-decoration:none; }'
    ]
    ,wmode: 'transparent'
  });
*/  
/*  sIFR.replace(soniccutthru, {
    selector: '.contentheading, .componentheading'
   ,css: [
    '.sIFR-root { font-size:12px; }'
   ]
   ,wmode: 'transparent'
  });
*/
  sIFR.replace(lucida, {
    selector: 'p.quote'
   ,css: [
    '.sIFR-root {font-size:25px; color:#d021ff;}'
   ]
   ,wmode: 'transparent'
  });
