// JavaScript Document

  //<[CDATA[

  var eurostile = {
    src: '/Files/System/Steinway/Js/sFIR/eurostile.swf'
    ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 23, 1.22, 28, 1.23, 34, 1.22, 41, 1.21, 59, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 105, 1.19, 109, 1.18, 110, 1.19, 120, 1.18, 121, 1.19, 1.18]
  };


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(eurostile);


  sIFR.replace(eurostile, {
    selector: 'h1.loginpage_header'
	,wmode: 'transparent'
    ,css: [ 

	  '.sIFR-root { color: #dedecd; font-weight:normal; font-size:20px;}'
    ]
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 0.4
      }
    }
  });
  
  
  sIFR.replace(eurostile, {
    selector: '#contentDiv h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #d5be99; font-weight:bold; font-size:13px;}'
    ]
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 0.4
      }
    }
  });
  
  
  sIFR.replace(eurostile, {
    selector: '#contentDiv h1.h1 a'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #e2c9a1;}'
	  ,'a {color:#e2c9a1;}'
    ]
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 0.4
      }
    }
  });
/*
if(document.all){  
	sIFR.replace(eurostile, {
			selector: '.mainMenuContainer'
		,wmode: 'transparent'
			,css: [
				'.sIFR-root { color: #9f7d37; font-weight:bold;}'
				,'a { color: #9f7d37; text-decoration: none; curser: pointer; text-align:center;}'
				,'a:link { color: #9f7d37; }'
				,'a:hover { color: #9e8c68; }'
			]
			,filters: {
				DropShadow: {
					knockout: false
					,distance: 2
					,color: '#000000'
					,strength: 0.4
				}
			}
		});
}

if(document.all){
		sIFR.replace(eurostile, {
		selector: '.mainMenuContainer'
		,wmode: 'transparent'
			,css: [
				'.sIFR-root { color: #9f7d37; font-weight:bold; font-size:0.5em;}'
				,'a { color: #9f7d37; text-decoration: none; curser: pointer; text-align:center;}'
				,'a:link { color: #9f7d37; }'
				,'a:hover { color: #9e8c68; }'
			]
			,filters: {
				DropShadow: {
					knockout: false
					,distance: 2
					,color: '#000000'
					,strength: 0.4
				}
			}
		});
}

if(document.all){
	sIFR.replace(eurostile, {
			selector: '.mainMenuContainerOn'
		,wmode: 'transparent'
			,css: [
				'.sIFR-root { color: #9e8c68; font-weight:bold;}'
				,'a { color: #9e8c68; text-decoration: none; curser: pointer; text-align:center; }'
				,'a:link { color: #9e8c68; }'
				,'a:hover { color: #9f7d37; }'
			]
			,filters: {
				DropShadow: {
					knockout: false
					,distance: 2
					,color: '#000000'
					,strength: 0.4
				}
			}
		});
}
*/
//alert(navigator.userAgent)
  //]]>