var flashEnabled = false; //the flash movie will set this to true if it loads
function replaceFlash() {
	if(!flashEnabled) {
		getRef("header").innerHTML = '' +
			'<img src="images/header_alternate.gif" id="header_alternate" usemap="#headeralt" border="0" alt="" width="796" height="120" class="nogap" />' +
			'<map name="headeralt" id="headeralt">' +
			'<area shape="rect" coords="77,85,120,114" href="index.htm" alt="HOME" />' +
			'<area shape="rect" coords="135,85,178,114" href="aboutus.htm" alt="ABOUT US" />' +
			'<area shape="rect" coords="190,85,287,114" href="services.aspx" alt="PRODUCTS AND SERVICES" />' +
			'<area shape="rect" coords="300,86,379,114" href="technicalpages.htm" alt="TECHNICAL PAGES" />' +
			'<area shape="rect" coords="392,86,476,114" href="buildanchor.aspx" alt="BUILD YOUR ANCHOR" />' +
			'<area shape="rect" coords="489,86,567,114" href="qualityprogram.htm" alt="QUALITY PROGRAM" />' +
			'<area shape="rect" coords="579,86,631,114" href="refractory.htm" alt="REFRACTORY" />' +
			'<area shape="rect" coords="644,86,701,114" href="news.htm" alt="WHATS NEW?" />' +
			'<area shape="rect" coords="712,86,773,114" href="contactus.htm" alt="CONTACT US" />' +
			'</map>';
	}
};
