fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="times, serif";
fontsize="15px";
fontstyle="normal";
//fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#96a0a9";
offcolor="#ffffff";
onbgcolor="#017f01";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#017f01";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
itemheight=51;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=63;
menuwidth=651;

aI("url=about.php;itemwidth=100;align=center;showmenu=about;text=ABOUT;");
aI("url=swaps.php;itemwidth=260;align=center;showmenu=swaps;text=<nobr>SWAPS BOARD & INDUSTRY DATA</nobr>;");
aI("url=energy.php;itemwidth=190;align=center;showmenu=energy;text=ENERGY INDUSTRY;");
aI("url=contact.php;itemwidth=101;align=center;text=CONTACT;url=contact.php;");
}



with(milonic=new menuname("about")){
style=menuStyle;
itemwidth=120;
aI("text=COMPANY;url=company.php;");
aI("text=PHILOSOPHY;url=philosophy.php;");
aI("text=BIO;url=bio.php;");
aI("text=PRESS;url=press.php;");

}

with(milonic=new menuname("swaps")){
style=menuStyle;
itemwidth=300;
aI("text=<nobr>INTRODUCTION TO CLIENT SERVICES</nobr>;url=swaps_client.php;");
aI("text=SWAPS BOARD;url=swaps_board.php;");
aI("text=INDUSTRY DATA & TRENDS;url=swaps_market.php;");
aI("text=CREATE AN ACCOUNT;url=newaccount.php;");
aI("text=MANAGE YOUR ACCOUNT;url=swaps_account.php;");
}

with(milonic=new menuname("energy")){
style=menuStyle;
itemwidth=200;
aI("text=ENERGY LINKS;url=energy_links.php;");
aI("text=RISK STRATEGY;url=energy_risk.php;");
}



drawMenus();

