var switchURL;
var getURL = document.URL;

if (getURL.indexOf("airqualityontario.com") >= 0) {
	switchURL = getURL.replace("airqualityontario.com", "qualitedelairontario.com");
} else if (getURL.indexOf("stage.accessenvironment.ene.gov.on.ca") >= 0) {
	switchURL = "LocaleAction.action?lang=fr";
} else if (getURL.indexOf("www.accessenvironment.ene.gov.on.ca") >= 0) {
	switchURL = "LocaleAction.action?lang=fr";
} else {
	switchURL = getURL.replace("/en/", "/fr/"); 
}
 
document.write("<img src='http://www.ene.gov.on.ca/stdprodconsume/fragments/enministryheader/images/ontario_logo.gif' width='121' height='40' alt='Ontario' />");
document.write("<p id='textlinks'> <a href='#top' id='skipNav'>Skip to content</a> <a href='http://www.ontario.ca/'>Ontario.ca</a> <a href=" + switchURL + " class='last'>Fran&ccedil;ais</a></p>"); 
document.write("<br /><img src='http://www.ene.gov.on.ca/stdprodconsume/fragments/enministryheader/images/ministry_header_en.gif' width='980' height='40' alt='Ministry of the Environment' />");
document.write("<div id='arc'></div>");
document.write("<div id='navbar'>");
document.write("<p><a href='http://www.ene.gov.on.ca/environment/en/index.htm'>Home</a><a href='http://www.ene.gov.on.ca/environment/en/about/index.htm'>About the Ministry</a><a href='http://www.ene.gov.on.ca/environment/en/legislation/index.htm'>Legislation</a><a href='http://www.ene.gov.on.ca/environment/en/local/index.htm'>Local Projects</a><a href='http://www.ene.gov.on.ca/environment/en/blog/index.htm'>Blog</a><a href='http://www.ene.gov.on.ca/environment/en/news/index.htm'>News</a><a href='http://www.ene.gov.on.ca/environment/en/resources/index.htm'>Resources</a><a href='http://www.ene.gov.on.ca/environment/en/media/index.htm'>Media</a><a href='http://www.ene.gov.on.ca/environment/en/main/contents/index.htm' class='last'>Index</a></p>");
document.write("</div>");
document.write('<div id="toptab_menu">');
document.write('<ul id="top-tabs">');
document.write('<li><a href="http://www.ene.gov.on.ca/environment/en/residents/index.htm">For Residents</a></li>');
document.write('<li><a href="http://www.ene.gov.on.ca/environment/en/industry/index.htm">For Businesses</a></li>');   	
document.write('<li><a href="http://www.ene.gov.on.ca/environment/en/ezone/index.htm">For Kids</a></li>');
document.write('<li><a href="http://www.accessenvironment.ene.gov.on.ca/PiwWeb/piw/GoSearch.action?search=basic">Access Environment</a></li>');
document.write('<li class="notab"><div class="blankTab">&nbsp;</div></li>');
document.write('</ul>');
document.write('</div>');
