
var flashvars = {};
var params = { wmode: "transparent" };
var attributes = {};
/* swfobject.embedSWF("/flash/test.swf", "flash-banner", "398", "293", "7.0.0",  "/flash/expressinstall.swf", flashvars, params, attributes); */
swfobject.embedSWF("/sponsors/slider.swf", "footer-logos", "943", "43", "7.0.0", "/flash/expressinstall.swf", flashvars, params, attributes);

// clear textbox
function clearAndFocus( el ) { el.value = ''; el.focus() }

/* Sifr replace 
------------------------------------*/
//<![CDATA[
if(typeof sIFR == "function"){
// This is the older, ordered syntax
  sIFR.replaceElement("#content h3", named({sFlashSrc:"/flash/avenir.swf", sColor: "#006BAF",sCase:"upper", sWmode: "transparent"}));
};
//]]>

/* Main Navigation hover for IE6 
-------------------------------------*/
sfHover = function() {
var sfEls = document.getElementById("main-nav").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);