//here's the sIfr
//code for the h1 tags
var gilsans = {  src: 'gilsans.swf' };
sIFR.activate(gilsans);

sIFR.replace(gilsans, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'gilsans.swf', 
  css: [ '.sIFR-root {color:#836D3E;}'  ]
});




function OpenChildWin(nurl,nname, nwidth,nheight) {
  popupWin = window.open(nurl, nname, 'scrollbars=1,width=' + nwidth +',height=' + nheight)
}

function runSiteScripts() {


var so = new SWFObject("flash-logo.swf", "flashmov", "372", "201", "6", "ffffff");
so.addParam("wmode","transparent");
so.write("flashlogo");


// 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();};
}
}

}
