//here's the sIfr
//code for the h1 tags
var papyrus = {  src: 'papyrus.swf' };
sIFR.activate(papyrus);

sIFR.replace(papyrus, {
  selector: '.content h1', 
  wmode: 'transparent', 
  src: 'papyrus.swf', 
  css: [ '.sIFR-root {color:#892507; }'  ]
});

var papyrus2 = {  src: 'papyrus.swf' };
sIFR.activate(papyrus2);

sIFR.replace(papyrus2, {
  selector: '.content h2', 
  wmode: 'transparent', 
  src: 'papyrus.swf', 
  css: [ '.sIFR-root {color:#892507; }'  ]
});

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", "yoyoTop", "900", "381", "6", "#ffffff");
so.addParam("wmode", "transparent");
so.write("flashheader");

var so = new SWFObject("flashnav.swf", "flashmenu", "272", "418", "6", "#ffffff");
so.addParam("wmode", "transparent");
so.write("flashnav");


// 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();};
}
}


}