


_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()){

position="relative";

oncolor="#000000";
offbgcolor="#0C5892";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth="0";
separatorcolor="#2D729D";
separatorsize="0";
padding="20";
fontsize="17";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="FFFFFF";
pagebgcolor="#0C5892";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("SubMenu")){
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Terms;url=cei_terms.shtml");
aI("text=Contact Us;url=cei_contact.shtml");
aI("text=Home;url=cei_index.shtml");
}

drawMenus();

