  var swiss = {
    src: 'flash/swiss.swf'
  };

  sIFR.useStyleCheck = false;
  sIFR.activate(swiss);

 
sIFR.replace(swiss, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
       '.sIFR-root {cursor: normal; color: #8066ac; font-size: 24px; font-weight: bold; text-align: left;}'
	  ,'em { font-style: normal; color: #4b4b4b; }'
    ]
  });

 sIFR.replace(swiss, {
    selector: 'h2.anavigation'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root {cursor: none; color: #8066ac; font-size: 16px; font-weight: normal; text-align: center;}'
	  ,'em { font-style: normal; color: #8066ac; }'
	  ,'a { text-decoration: none; color: #8066ac; }'
      ,'a:link { color: #8066ac; }'
      ,'a:hover { color: #8066ac; }'
	  ,'a:active { color: #8066ac; }'
	  ,'a:visited { color: #8066ac; }'
	  ]
  });

  sIFR.replace(swiss, {
    selector: 'h2.navigation'
	,wmode: 'transparent'
     ,css: [
      '.sIFR-root {cursor: pointer; color: #ffffff; font-size: 16px; font-weight: normal; text-align: center;}'
	  ,'em { font-style: normal; color: #ffffff; }'
	  ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #00ff96; }'
	  ,'a:active { color: #ffffff; }'
	  ,'a:visited { color: #ffffff; }'
	  ]
  });

 sIFR.replace(swiss, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
       '.sIFR-root {cursor: normal; color: #8066ac; font-size: 16px; font-weight: bold; text-align: left;}'
	  ,'em { font-style: normal; color: #4b4b4b; }'
    ]
  });
 

  sIFR.replace(swiss, {
    selector: 'h3'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root {cursor: none; color: #8067ad; font-size: 16px; font-weight: bold; text-align: left;}'
	  ,'em { font-style: normal; color: #4b4b4b; }'
	  ,'a { text-decoration: none; color: #a893d0; }'
      ,'a:link { color: #a7a7a7; }'
      ,'a:hover { color: #00ff96; }'
	  ,'a:active { color: #a7a7a7; }'
	  ,'a:visited { color: #a7a7a7; }'
	  ]
  });
 
  sIFR.replace(swiss, {
    selector: 'h4'
	,wmode: 'transparent'
     ,css: [
       '.sIFR-root {cursor: none; color: #8067ad; font-size: 13px; font-weight: normal; text-align: left;}'
	  ,'em { font-style: normal; color: #4b4b4b; }'
	  ,'a { text-decoration: none; color: #a893d0; }'
      ,'a:link { color: #a7a7a7; }'
      ,'a:hover { color: #00ff96; }'
	  ,'a:active { color: #a7a7a7; }'
	  ,'a:visited { color: #a7a7a7; }'
	  ]
  });
 





	

