  var swiss = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/swiss.swf'
  };
  var swissblk = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/swissblk.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(swiss);
  sIFR.activate(swissblk);

  sIFR.replace(swiss, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #666666; }'
      ,'em { text-align: left; font-weight: bold; font-style: normal; color: #3c3c3c; }'
      ,'strong { text-align: left; font-weight: bold; font-style: normal; color: #ff4200; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #666666; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(swiss, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #666666; padding: 0; margin: 0; }'
      ,'em { text-align: left; font-weight: bold; font-style: normal; color: #3c3c3c; }'
      ,'strong { text-align: left; font-weight: bold; font-style: normal; color: #ff4200; }'
      ,'a { text-decoration: none; color: #666666; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #666666; }'
    ]
    ,wmode: 'transparent'
  });
  
  sIFR.replace(swissblk, {
    selector: '#menu li.others'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #3c3c3c; }'
      ,'strong { text-align: left; font-weight: normal; font-style: normal; color: #ff4200; }'
      ,'a { text-decoration: none;text-align: left; font-weight: normal; font-style: normal; }'
      ,'a:link { color: #3c3c3c;text-align: left; font-weight: normal; font-style: normal; }'
      ,'a:hover { color: #3c3c3c;text-align: left; font-weight: normal; font-style: normal; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(swissblk, {
    selector: '#menu li.current'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #ffffff; }'
      ,'em { text-align: left; font-weight: normal; font-style: normal; color: #ffffff; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(swiss, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
  });
