var homeButton = "";
var aboutButton = "";
var aboutSubButton = "";
var midstreamButton = "";
var wholesaleButton = "";
var wholesaleSubButton = "";
var newsButton = "";
var contactButton = "";

if (window.location.href.indexOf('index.html') != -1) {
homeButton = "class='qm-is qm-ia' src='images/bn-home-x.gif'";	
} else {
homeButton = "class='qm-is qm-ih' src='images/bn-home.gif'";
}

if ((window.location.href.indexOf('2-') != -1) || (window.location.href.indexOf('2a') != -1) || (window.location.href.indexOf('2b') != -1)) {
aboutButton = "class='qm-is qm-ia'  src='images/bn-about-x.gif'";	
} else {
aboutButton = "class='qm-is qm-ia'  src='images/bn-about.gif'";
}

//Note: the following subnav options are also defined in a function within js-general.js. If they change here, they will
//need to be changed in the other file as well
if ((window.location.href.indexOf('2-') != -1) || (window.location.href.indexOf('2a') != -1) || (window.location.href.indexOf('2b') != -1)) {
aboutSubButton = "";	
} else {
aboutSubButton = "<div class='qmc_sub2'><a href='2a-leadership.html'>Leadership</a><a href='2b-history.html'>History</a></div>";
}

if (window.location.href.indexOf('3-') != -1) {
midstreamButton = "class='qm-is qm-ia'  src='images/bn-midstream-x.gif'";	
} else {
midstreamButton = "class='qm-is qm-ih'  src='images/bn-midstream.gif'";
}


if ((window.location.href.indexOf('4-') != -1) || (window.location.href.indexOf('4a') != -1) || (window.location.href.indexOf('4b') != -1) || (window.location.href.indexOf('4c') != -1) || (window.location.href.indexOf('4d') != -1)) {
wholesaleButton = "class='qm-is qm-ia'  src='images/bn-wholesale-x.gif'";	
} else {
wholesaleButton = "class='qm-is qm-ia'  src='images/bn-wholesale.gif'";
}

//Note: the following subnav options are also defined in a function within js-general.js. If they change here, they will
//need to be changed in the other file as well
if ((window.location.href.indexOf('4-') != -1) || (window.location.href.indexOf('4a') != -1) || (window.location.href.indexOf('4b') != -1) || (window.location.href.indexOf('4c') != -1) || (window.location.href.indexOf('4d') != -1)) {
wholesaleSubButton = "";	
} else {
wholesaleSubButton = "<div class='qmc_sub4'><a href='4a-samap.html'>Service Area Map</a><a href='4b-management.html'>Management Team</a><a href='4c-safety.html'>Safety</a><a href='4d-links.html'>Industry Links</a></div>";
}

// Note: the News section is being removed from the site for now

//if (window.location.href.indexOf('5-') != -1) {
//newsButton = "class='qm-is qm-ia' src='images/bn-news-x.gif'";	
//} else {
//newsButton = "class='qm-is qm-ih' src='images/bn-news.gif'";
//}

if (window.location.href.indexOf('5-') != -1) {
spacerImage = "class='qm-is qm-ia' src='images/2-about.jpg'";	
} else {
spacerImage = "class='qm-is qm-ih' src='images/2-about.jpg'";
}

if (window.location.href.indexOf('6-') != -1) {
contactButton = "class='qm-is qm-ia' src='images/bn-contact-x.gif'";	
} else {
contactButton = "class='qm-is qm-ih' src='images/bn-contact.gif'";
}

document.write('<div id="qm0" class="qmmc">');

document.write('<a href="index.html"><img ' + homeButton + ' alt="Home" width="84" height="50"></a>');

document.write('<a href="2-about.html"><img ' + aboutButton + ' alt="About Us" width="104" height="50"></a>' + aboutSubButton + '');

document.write('<a href="3-midstream.html"><img ' + midstreamButton + ' alt="Midstream" width="110" height="50"></a>');

document.write('<a href="4-wholesale.html"><img ' + wholesaleButton + ' alt="Wholesale, Marketing & Supply" width="227" height="50"></a>' + wholesaleSubButton + '');

//Note: the News section is being removed from the site for now. If added back, its pixel width needs to be added back to the width of the topNav container
//document.write('<a href="5-news.html"><img ' + newsButton + ' alt="News" width="81" height="50"></a>');

document.write('<a href="6-contact.html"><img ' + contactButton + ' alt="Contact Us" width="115" height="50"></a>');

//Note: the following spacer image is used in place of the News button which has been temporarily removed
//document.write('<a><img src="images/2-about.jpg" alt="" width="81" height="50" border="0"></a>');

document.write('<span class="qmclear"> </span></div>');




document.write('<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>');
