var nokia = {
    src: '/styles/style1/flash/nokia_standard.swf'
	,ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 24, 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, 59, 1.3, 61, 1.29, 62, 1.3, 101, 1.29, 102, 1.28, 103, 1.29, 104, 1.28, 108, 1.29, 109, 1.28, 110, 1.29, 112, 1.28, 115, 1.29, 116, 1.28, 117, 1.29, 123, 1.28, 124, 1.29, 1.28]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(nokia);

 //sIFR.debug.ratios({ src: '/styles/style1/flash/nokia_standard.swf', selector: 'h2' });

sIFR.replace(nokia, {
    selector: '.logo h1'
    ,css: [
      ,'.sIFR-root { font-size: 27px; color:#FFFFFF; letter-spacing:-0.5; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
	,tuneHeight: -5
  });

sIFR.replace(nokia, {
    selector: 'h1'
    ,css: [
      ,'.sIFR-root { font-size: 27px; color:#FFFFFF; letter-spacing:-0.5; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
  });
  
  sIFR.replace(nokia, {
    selector: 'h2'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; letter-spacing:-0.5;}'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
	,tuneHeight: -5
  });  
  
  sIFR.replace(nokia, {
    selector: '#rightmenu span'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF;}'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
	,tuneHeight: -7
  });  

sIFR.replace(nokia, {
    selector: '#home h3, #styles h3'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; letter-spacing:-0.5; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
	,tuneHeight: -5
  });

  sIFR.replace(nokia, {
    selector: 'h3'
    ,css: [
      ,'.sIFR-root { font-size: 20px; color:#FFFFFF; line-height:20px; letter-spacing:-0.5;}'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  }); 
  
  sIFR.replace(nokia, {
    selector: 'h4'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #CCCCCC; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });
  
/*  
    sIFR.activate(cochin, rockwell);

  sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  sIFR.replace(rockwell, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(cochin, {
    selector: 'h3.sidebox'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  
  sIFR.replace(cochin, {selector: 'h2,h3'});
  
  sIFR.replace(cochin, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
*/