
//here's the sIfr
var futura = {  src: 'futura_light_condensed.swf' };
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'futura_light_condensed.swf', 
  css: [ '.sIFR-root {color:#008061;}']
});

sIFR.replace(futura, {
  selector: '#footerAddress', 
  wmode: 'transparent', 
  src: 'futura_light_condensed.swf', 
  css: [ '.sIFR-root {color:#008061; text-align:center;}']
});


//- the sitemap slider

window.addEvent('domready', function(){
			
	var mySlide2 = new Fx.Slide('sitemap-in').hide();
			
	$('toggle2').addEvent('click', function(e){
	e = new Event(e);
	mySlide2.toggle();
	e.stop();
	});
}); 

//- the "jump to bottom" thingy

function timeout(){
window.setTimeout("redirect()",600)}

function redirect(){
window.scroll(0,20000); 
return}

window.onload = runSiteScripts;

function runSiteScripts() {

var so = new SWFObject("flashheader3.swf", "flashnav", "770", "348", "6", "#000000");
//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();};
}
}

}
