//here's the sIfr
//code for the h1 tags
var futura = {  src: 'futuraBk.swf' };
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: '#content h1', 
  wmode: 'transparent', 
  src: 'futuraBk.swf', 
  css: [ '.sIFR-root {color:#412d00; margin-left:1px; letter-spacing:10; text-transform: uppercase; margin-bottom:5px;  }'  ]
});

//code for the h2 tags
var futuraLight = {  src: 'futuraLight.swf' };
sIFR.activate(futuraLight);

sIFR.replace(futuraLight, {
  selector: '#content h2', 
  wmode: 'transparent', 
  src: 'futuraLight.swf', 
  css: [ '.sIFR-root {color:#3e512d; margin-left:1px; margin-bottom:0;}'  ]
});


function OpenChildWin(nurl,nname, nwidth,nheight) {
  popupWin = window.open(nurl, nname, 'scrollbars=1,width=' + nwidth +',height=' + nheight)
}

function runSiteScripts() {

  var so = new SWFObject("flashheader.swf", "flash1", "590", "190", "7", "#ffffff");
   so.addParam("wmode","transparent");
   so.write("flashheader");
   
// gets rid of focus box on click
if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}



}
