// Developer:  Web Solutions Team, property of Detroit Edison.
/* COPYRIGHT INFORMATION All pages within a SITE are the property of DTE Energy or its Affiliate, unless other ownership is indicated. All 
   information and content including any software programs available on or through a SITE is protected by copyright. A user is permitted to 
   download information from a SITE which, by its nature or context, is to be copied in order to use SITE-related services. A user is 
   permitted to download information from a SITE for private personal use. A user is prohibited from modifying, copying, distributing, 
   transmitting, displaying, publishing, selling, licensing, creating derivative works or using any Content available on or through a SITE 
   for any commercial or public purpose unless the user has the prior written permission of DTE Energy or its Affiliate. */

var bcHomeLink = "MichCon Storage & Transportation Services";
var sitePath = "/index.html";

var localNav = new Array();
//The format for making your localNav is like so:
//localNav Number | Text Display | path to document | link attr
/*Link Attr Legend:
  0 = open link in same window
	1 = open link in a new target window
	h = hide link from left nav, but show in breadcrumbs
*/

localNav[localNav.length] = "1|About Us|/aboutUs.html|0";
localNav[localNav.length] = "1_1|Key  Transportation Interconnections|/keyInterconnections.html|0";
localNav[localNav.length] = "2|Notices|/cgi-bin/notices.cgi|0";
localNav[localNav.length] = "2_1|Critical|/cgi-bin/notices.cgi?searchType=byNotice&searchValue=Critical|0";
localNav[localNav.length] = "2_2|Non-critical|/cgi-bin/notices.cgi?searchType=byNotice&searchValue=Non-Critical|0";
localNav[localNav.length] = "2_3|Planned Outage|/cgi-bin/notices.cgi?searchType=byNotice&searchValue=Planned+Outage|0";
localNav[localNav.length] = "3|Contacts|/contacts.html|0";
//localNav[localNav.length] = "4|Posted Imbalances|/postedImbalances.html|0";
localNav[localNav.length] = "5|Tariffs|/tariffs.html|0";
//localNav[localNav.length] = "5_1|FERC Operating Statement|/pdfs/fercOperatingStatement.pdf|0";
//localNav[localNav.length] = "5_2|MPSC Tariff|http://www.dteenergy.com/pdfs/michConTariff.pdf|0";
localNav[localNav.length] = "6|Forms/Other|/formsOther.html|0";
localNav[localNav.length] = "7|Customer Activity Website|https://vendorconnect.dteenergy.com|1";
localNav[localNav.length] = "4|eNominator<sup>SM</sup> User Manual|http://mgat.dteenergy.com/eNominatorUserManual/index.html|0";
