    var bhaus = {
      src: 'bauhaus.swf'
	  };
	
	var buttons = {
      src: 'bauhaus.swf'
	  };

sIFR.activate(bhaus, buttons);

sIFR.replace(buttons, {
      selector: '#buttonfl1, #buttonfl2, #buttonfl3, #buttonfl4'
      ,css: [
        '.sIFR-root { font-size: 24px; color: #ffffff; border: none; }'
        ,'a { text-decoration: none; color: #ffffff;}'
        ,'a:hover { color: #f50d0b; }'

      ],wmode: 'transparent'
    });
	
sIFR.replace(bhaus, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { font-size: 24px; color: #444444; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
		  ,angle: 45
          ,color: '#666666'
          ,strength: 0.5
        }
      }, wmode: 'transparent'
    });
	
sIFR.replace(bhaus, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { font-size: 32px; color: #e95d0f; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
		  ,angle: 45
          ,color: '#666666'
          ,strength: 0.6
        }
      }, wmode: 'transparent'
    });
	
sIFR.replace(bhaus, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { font-size: 18px; color: #444444; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
		  ,angle: 45
          ,color: '#666666'
          ,strength: 0.5
        }
      }, wmode: 'transparent'
    });
	
sIFR.replace(bhaus, {
      selector: '.bauhaus'
      ,css: [
        '.sIFR-root { font-size: 14px; color: #ebdbae; border: none; }'
      ], wmode: 'transparent'
    });
	
sIFR.replace(bhaus, {
      selector: '.foot_text'
      ,css: [
        '.sIFR-root { font-size: 14px; color: #444444; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
		  ,angle: 45
          ,color: '#666666'
          ,strength: 0.5
        }
      }, wmode: 'transparent'
    });