// 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 = "Home";
var sitePath = "/";

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] = "1|On-site Energy Services|onsiteEnergyServices.html|0";
localNav[localNav.length] = "2|PetCoke|CustomersGeneric.html|0";
localNav[localNav.length] = "3|Pulp & Paper|lobTest.html|0";
localNav[localNav.length] = "4|Steel|xx.html|0";
localNav[localNav.length] = "5|Wholesale|lobTest2.html|0";
localNav[localNav.length] = "6|Projects Map|insidePage.html|0";

localNav[localNav.length] = "4|About Us|aboutUs.html|0";
localNav[localNav.length] = "4|Management|xx.html|0";
localNav[localNav.length] = "4|News Room|xx.html|0";
localNav[localNav.length] = "4|Contact Us|xx.html|0";           