if(typeof sIFR == "function"){
sIFR.replaceElement(named({sSelector:".content h1",  sFlashSrc:"../carpenterICG.swf", sColor:"#ffffff", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:".content h6",  sFlashSrc:"../carpenterICG.swf", sColor:"#a1ba8c", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:".content h7",  sFlashSrc:"../carpenterICG.swf", sColor:"#ffffff", sWmode:"transparent"}));
};


function OpenChildWin(nurl,nname, nwidth,nheight) {
  popupWin = window.open(nurl, nname, 'scrollbars=1,width=' + nwidth +',height=' + nheight)
}

function runSiteScripts() {

/*var so = new SWFObject("../waves.swf", "animation1", "754", "225", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("waves");*/

// 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();};
}
}


}