_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=-1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

// Menu Style Information...


// Menu Style Information...
with(rootmenu=new mm_style()){
onbgcolor="#C0C0C0";
oncolor="black";
onborder="1px solid #808080";
offbgcolor="white";
offcolor="#515151";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="1";
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C0C0C0";
pageborder="1px solid #808080"
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="";
}

with(mainstyle=new mm_style()){
onbgcolor="#C0C0C0";
oncolor="black";
onborder="1px solid #808080";
offbgcolor="white";
offcolor="#515151";
bordercolor="C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="1";
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C0C0C0";
pageborder="1px solid #808080"
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

// Start Navigation Menus...

// Main Navigation...

// the main navigation window code is on the index page so that we can have it in a relative position instead of floating on the page

with(milonic=new menuname("MainMenu")){
style=rootmenu;
top=175;
left=2;
menuwidth=155;
itemwidth=155;
alwaysvisible=1;
margin=3;
position="relative";
aI("text=<b>Ektron CMS</b>;url=/web-content-management-solutions.aspx;");
aI("text=Ektron DMS;url=/cms400-web-cms.aspx?id=1938;");
aI("text=Web Content Editors;showmenu=editors;url=/web-content-editors.aspx;");
//aI("text=Web Image Editor;url=/webimagefx.aspx;");
}

// End main navigation...

// Start For cms Menu...

with(milonic=new menuname("cms_leftnav")){
style=mainstyle;
margin=3;
aI("text=Ektron CMS400.NET;url=/cms400.aspx;");
aI("text=Ektron CMS300;url=/cms300.aspx;");
//aI("text=Ektron CMS200;url=/cms200.aspx;");
}

// End cms Menu...

// Start For editor Menu...

with(milonic=new menuname("editors")){
style=mainstyle;
margin=3;
aI("text=Ektron eWebEditPro+XML;url=/ewebeditproxml.aspx;");
aI("text=Ektron eWebEditPro;url=/ewebeditpro.aspx;");
}

// End editors Menu...

drawMenus();

