
  var fc = { src: 'sifr3-r419/flash/futuraCond.swf' };
  var hnul = { src: 'sifr3-r419/flash/helvetNeueUltraLight.swf' };

  //sIFR.domains = ['kimimi.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  
  sIFR.activate(fc, hnul);
//  sIFR.activate(futuraCond, 
//  				helvetNeueUltraLight);

  sIFR.replace(fc, {
			    selector: '.sifrmenu'
			    ,css: [
				      '.sIFR-root { font-weight: normal; font-size: 15px; font-weight: normal;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #FFFFFF; }'
				      ,'a:hover { color: #FFFF00; }'
				      
   					]
   				,offsetTop: 6
   				,fitExactly: 'true'
   				,wmode: 'transparent'
  });
  
  sIFR.replace(fc, {
			    selector: '#footer ul li'
			    ,css: [
				      '.sIFR-root { font-weight: normal; font-size: 15px; font-weight: normal;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #FFFFFF; }'
				      ,'a:hover { color: #FFFF00; }'
				      
   					]
   				,offsetTop: 6
   				,fitExactly: 'true'
   				,wmode: 'transparent'
  });
  
  sIFR.replace(hnul, {
			    selector: 'h1'
			    ,css:  ['.sIFR-root { font-style: normal; font-size: 40px; color: #3a808f; letter-spacing : 2; }']
  });
  
  sIFR.replace(hnul, {
			    selector: 'h2'
			    ,css:  ['.sIFR-root { font-style: normal; font-size: 30px; color: #3a808f; letter-spacing : 2; }']
  });

  
