// 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 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
*/

//localNav[localNav.length] = "0|DTE Coal Services|/index.html|0";

localNav[localNav.length] = "1|Products & Services|/products/index.html|0";
localNav[localNav.length] = "1_1|Fuel and Transportation Management|/products/transportation.html|0";
localNav[localNav.length] = "1_2|DTE Chicago Fuels Terminal|/products/chicago.html|0";
localNav[localNav.length] = "1_3|Coal & Emissions Risk Management|/products/trading.html|0";
localNav[localNav.length] = "1_4|DTE Rail Services, Inc.|/products/railservices.html|0";

localNav[localNav.length] = "2|About Us|/company/index.html|0";
localNav[localNav.length] = "2_1|Our Leadership|/company/leadership.html|0";

localNav[localNav.length] = "3|Contact Us|/contact/index.html|0";
