


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

<!--0C5892-->


with(menuStyle=new mm_style()){

oncolor="#0C5892";							//The mouse over color
offbgcolor="#CCCCCC";						//The actual color of the menu
offcolor="#000000";							//The color of the text
borderwidth="0";
separatorsize="0";
padding="5";
fontsize="17";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#FF0000";						//Display this color if page on this menu item
pagebgcolor="#CCCCCC";						//Same as pagecolor only for the background color - not using
subimage="../graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
//left=20;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=About Cornerstone;showmenu=About");
aI("text=News;showmenu=News");
aI("text=Products & Services;url=cei_products.shtml");
aI("text=Natural Gas Pricing;showmenu=Pricing");
aI("text=Weather;showmenu=Weather");
aI("text=Pipeline Notices;showmenu=Notices");
aI("text=Tools;showmenu=Tools");
//aI("text=NE Cap Price Program;url=cei_marketing.shtml");
aI("text=Utility Choice Programs;url=cei_data_capture.shtml;showmenu=Marketing");
aI("text=Ethanol Services;url=cei_products.shtml#J;image=../graphics/yel-star3.gif");
//aI("text=KS Irrigation Program;url=cei_ks_gas_program.shtml");
//aI("text=KS Natural Gas Program;url=cei_ks_gas_program.shtml");
}

with(milonic=new menuname("About")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
overflow="scroll";
aI("fontsize=14;text=About Cornerstone;url=cei_about.shtml");
aI("fontsize=14;text=Core Markets;url=cei_markets.shtml");
}

with(milonic=new menuname("News")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
overflow="scroll";
aI("fontsize=14;text=Cornerstone News;url=cei_news.shtml");
aI("fontsize=14;text=Future Events;url=cei_future.shtml");
aI("fontsize=14;text=Industry Links;showmenu=IndustryLinks");
aI("fontsize=14;text=Industry News;url=cei_industry_news.shtml");
aI("fontsize=14;text=Market Intelligence;url=cei_intelligence.shtml");
aI("fontsize=14;text=Natural Gas Storage Report;url=http://tonto.eia.doe.gov/oog/info/ngs/ngs.html;target=_blank");
}

with(milonic=new menuname("Pricing")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
overflow="scroll";
aI("fontsize=14;text=Current Prices;url=cei_current_pricing.shtml");
aI("fontsize=14;text=Historic Prices;url=cei_historic_prices.shtml");
aI("fontsize=14;text=Market Intelligence;url=cei_intelligence.shtml");
}

with(milonic=new menuname("Weather")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
overflow="scroll";
aI("fontsize=14;text=Intellicast Weather;url=http://www.intellicast.com/;target=_blank");
aI("fontsize=14;text=National 6-10 Day Outlook;url=cei_weather_nat_3.shtml");
aI("fontsize=14;text=National Forecast;url=cei_weather_nat_2.shtml");
aI("fontsize=14;text=National Satellite;url=cei_weather_nat.shtml");
//aI("fontsize=14;text=Summer 2007 Forecast;url=cei_weather_forecast_s.shtml");
//aI("fontsize=14;text=Winter 2006/2007 Forecast;url=cei_weather_forecast_w.shtml");
}

with(milonic=new menuname("Tools")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
aI("fontsize=14;text=Energy Cost Calculator;url=cei_calculator_cost.shtml");
aI("fontsize=14;text=Energy Unit Calculator;url=cei_calculator_unit.shtml");
aI("fontsize=14;text=Natural Gas Industry Glossary;url=cei_glossary_gas.shtml");
aI("fontsize=14;text=Natural Gas Measurement Units;url=cei_glossary_unit.shtml");
}

with(milonic=new menuname("Notices")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
aI("fontsize=14;text=ANR Pipeline Company;url=http://tebb.elpaso.com/ebbANR/ebbmain.asp?sPipelineCode=ANR;target=_blank");
aI("fontsize=14;text=CenterPoint Energy Gas Transmission;url=http://pipelines.centerpointenergy.com/CEGT.html;target=_blank");
aI("fontsize=14;text=Colorado Interstate Gas Company;url=http://ebb.cigco.com/ebbCIG/ebbmain.asp?sPipelineCode=CIG;target=_blank");
aI("fontsize=14;text=Great Lakes Gas Transmission Company;url=http://www.glgt.com/infopost.htm;target=_blank");
aI("fontsize=14;text=Kinder Morgan Interstate Pipeline Company;url=http://pipeline.kindermorgan.com/info_postings/index.asp;target=_blank");
aI("fontsize=14;text=Northern Border Pipeline Company;url=http://www.nbpl.nborder.com;target=_blank");
aI("fontsize=14;text=Northern Natural Gas Company;url=http://www.northernnaturalgas.com/infopostings/asp/atAGlance.asp;target=_blank");
aI("fontsize=14;text=Oklahoma Gas Transmission Company;url=http://noms.oneok.com;target=_blank");
aI("fontsize=14;text=Panhandle Eastern Pipeline Company;url=http://infopost.panhandleenergy.com/InfoPost/jsp/frameSet.jsp?pipe=pepl;target=_blank");
aI("fontsize=14;text=Southern Star Central Gas Pipeline;url=http://csi.sscgp.com;target=_blank");
aI("fontsize=14;text=Trunkline Gas Company;url=http://www.panhandleenergy.com/comp_tgc.asp;target=_blank");
aI("fontsize=14;text=Viking Gas Transmission Company;url=http://www.vgt.nborder.com/;target=_blank");
aI("fontsize=14;text=Williston Basin Interstate Pipeline Company;url=http://www.wbip.com/;target=_blank");
}

with(milonic=new menuname("IndustryLinks")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
aI("fontsize=14;text=American Gas Association;url=http://www.aga.org;target=_blank");
aI("fontsize=14;text=Drilling Rig Counts;url=http://www.bakerhughes.com/investor/rig/index.htm;target=_blank");
aI("fontsize=14;text=Energy Efficiency and Renewable Energy;url=http://www.eere.energy.gov;target=_blank");
aI("fontsize=14;text=Energy Information Administration;url=http://www.eia.doe.gov;target=_blank");
aI("fontsize=14;text=Energy User News;url=http://www.energyusernews.com;target=_blank");
aI("fontsize=14;text=FERC;url=http://www.ferc.gov;target=_blank");
aI("fontsize=14;text=Gas Technology Institute;url=http://www.gri.org;target=_blank");
aI("fontsize=14;text=Natural Gas.org;url=http://www.naturalgas.org;target=_blank");
aI("fontsize=14;text=U.S. Department of Energy;url=http://www.energy.gov;target=_blank");
}

with(milonic=new menuname("Marketing")){
style=menuStyle;
bordercolor="#0C5892";
borderstyle="solid";
borderwidth="1";
overflow="scroll";
//aI("fontsize=14;text=Minnesota;url=http://www.gowithgas.com;target=_blank");
//aI("fontsize=14;text=Nebraska;url=../files/NE_F07_Choice_Target_Offer_Accept_Web.pdf;target=_blank");
aI("fontsize=14;text=Oklahoma;url=cei_data_capture.shtml");
}

drawMenus();

