_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
var SiteRoot="http://bmarkenergycom.nationprotect.net"; 

with(menuStyle=new mm_style()){
onbgcolor="#1D7EC0";
offbgcolor="#1D7EC0";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#1D7EC0";
pagebgcolor="#1D7EC0";
}

with(DMStyle=new mm_style()){
offbgcolor = "#F1F3F1";
offcolor = "#333333";
onbgcolor = "#C4D3E0";
//onbgcolor = "#FBFCFD";
oncolor = "#003399";
bordercolor = "#CCCCCC";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#CCCCCC";
separatorsize = 1;
padding = 8;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily = "verdana, arial, tahoma,";
subimage="gif/arrow_nav.gif";
subimagepadding=3;
}

   with(milonic=new menuname("Home")){
    borderwidth = 1;
	itemwidth=155;
    style = DMStyle;
	aI("text=&nbsp;Return to Home Page;url=default.asp;");
    }

   with(milonic=new menuname("EnergyServices")){
    borderwidth = 1;
	itemwidth=160;
    style = DMStyle;
	aI("text=&nbsp;Natural Gas Purchases;url=../Energy_Services/Natural_Gas_Purchases.asp;");
	aI("text=&nbsp;Electricity Purchases;url=../Energy_Services/Electricity_Purchases.asp;");
    aI("text=&nbsp;Green Energy;url=../Energy_Services/Green_Energy.asp;");
	aI("text=&nbsp;Alternative Energy;url=../Energy_Services/Alternative_Energy.asp;");
    }	
	
   with(milonic=new menuname("ServiceAvailability")){
    borderwidth = 1;
	itemwidth=140;
    style = DMStyle;
	aI("text=&nbsp;Service Availability;url=../Service_Availability/ServiceAvailability.asp;");
    }
	
   with(milonic=new menuname("Customers")){
    borderwidth = 1;
    itemwidth=190;
    style = DMStyle;
	aI("text=&nbsp;Government Customers;url=../Customers/Government_Customers.asp;");
	aI("text=&nbsp;Commercial & Industrial;url=../Customers/Commercial_and_Industrial_Customers.asp;");
	aI("text=&nbsp;Residential;url=../Customers/Residential_Customers.asp;");
	aI("text=&nbsp;Types of Energy Purchasers;url=../Customers/Types_of_Purchasers.asp;");
    }
	
    with(milonic=new menuname("EnergyMarket")){
    borderwidth = 1;
   	itemwidth=165;
    style = DMStyle;
	aI("text=&nbsp;Energy Market Info;;url=../EnergyMarket/EnergyMarket.asp;");
	aI("text=&nbsp;Bmark Industry Insight;url=../EnergyMarket/EnergyMarketInsight.asp;");
	aI("text=&nbsp;Service Availability&nbsp;;url=../Service_Availability/ServiceAvailability.asp;");
    }
	
	with(milonic=new menuname("WhyBmark")){
    borderwidth = 1;
	itemwidth=185;
    style = DMStyle;
	aI("text=&nbsp;About Bmark Energy&nbsp;;url=../Company_Info/AboutBmark.asp;");
	aI("text=&nbsp;Tips-Tricks-Pitfalls&nbsp;;url=../Company_Info/TipsandTricks.asp;");
	aI("text=&nbsp;Purchase Platforms&nbsp;;url=../Company_Info/Purchase_Platforms.asp;");
    }

    with(milonic=new menuname("RequestQuote")){
    borderwidth = 1;
	itemwidth=169;
    style = DMStyle;
	aI("text=&nbsp;Contact Us;url=../Contact/contact.asp;");
	aI("text=&nbsp;Choose Your State;url=../Service_Availability/ServiceAvailability.asp;");
	aI("text=&nbsp;Suppliers & Partners;url=../Contact/Suppliers_and_Partners.asp;");
    }
    
drawMenus();
menuDisplay(getMenuByName("Topbar"),1)