_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="#0076cc";
oncolor="white";
onborder="1px solid #00599A";
offbgcolor="white";
offcolor="#515151";
bordercolor="#004679";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#0076cc";
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="#0076cc";
oncolor="white";
onborder="1px solid #00599A";
offbgcolor="white";
offcolor="#515151";
bordercolor="#004679";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#0076cc";;
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=Services & Consulting;url=/services/");
aI("text=Support;url=http://dev.ektron.com/support.aspx;target=_blank;");
//aI("text=Consulting Services;url=/services.aspx?id=6753;");
aI("text=Training Programs;url=/training.aspx");
aI("text=DevCenter;url=http://dev.ektron.com;target=_blank;");
aI("text=Ektron Exchange;url=http://dev.ektron.com/exchange;target=_blank;");
}

// End main navigation...

// Start For hosting optionsMenu...

with(milonic=new menuname("hostingoptions")){
style=mainstyle;
margin=3;
aI("text=Ektron Hosting;url=/services.aspx?id=5998;");
aI("text=Ektron Dedicated Hosting;url=/services.aspx?id=5618;");
aI("text=Ektron Shared Hosting;url=/services.aspx?id=5624;");
aI("text=FAQs;url=/services.aspx?id=5962;");
aI("text=Data Center;url=/services.aspx?id=5630;");
aI("text=Partners;url=/services.aspx?id=2136;");
} 

// End hosting options Menu...

drawMenus();