//here's the sIfr
//code for the h1 tags
var futura_med_condensed = {  src: 'futura_med_condensed.swf' };
sIFR.activate(futura_med_condensed);
sIFR.replace(futura_med_condensed, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'futura_med_condensed.swf', 
  css: [ '.sIFR-root {color:#623d16;}'  ]
});




function OpenChildWin(nurl,nname, nwidth,nheight) {
  popupWin = window.open(nurl, nname, 'scrollbars=1,width=' + nwidth +',height=' + nheight)
}

function runSiteScripts() {

var logoAnimation = new SWFObject("headAni01.swf", "slideshow", "812", "148", "6", "#000000");
    logoAnimation.addParam("wmode", "transparent");
	logoAnimation.write("logoAnimation");

h = document.getElementById('shell').offsetHeight;
newHeight = h - 688;
newHeight += 'px'
//document.getElementById('stretchy').innerHTML = newHeight ;
document.getElementById('stretchy').style.height = newHeight ;

// 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();};
}
}

}