
sfHover = function() {
	var sfEls = document.getElementById("main_nav").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

var font1 = {
    src: 'univers57cond.swf'
  };

  sIFR.fromLocal = true;
 // sIFR.debugMode = true;
  sIFR.setPrefetchCookie  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  sIFR.prefetch(font1);
  sIFR.activate();
 
  
  
  sIFR.replaceNonDisplayed = true;
  
  sIFR.replace(font1, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #476BA2; font-weight: bold; leading: -4;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
  });
  
    sIFR.replace(font1, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #974c9e; letter-spacing: 1; font-weight: bold; } '
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
  });
  
    sIFR.replace(font1, {
    selector: 'h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #974c9e; letter-spacing: 1; font-weight: bold; }'
      ,'a {  }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #333333 }'
    ]
  });
	
	sIFR.replace(font1, {
    selector: 'h4'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0a69a7; font-weight: bold; letter-spacing: 1; }'
      ,'a { color: #0a69a7; }'
      ,'a:link {  }'
      ,'a:hover { color: #0a69a7; text-decoration: none; }'
    ]
  });