_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=Partners;url=/partners;");
aI("text=Find a Partner;showmenu=findapartner;");
aI("text=Partner of the Month;url=/potm;");
aI("text=Partner Portal;url=http://partners.ektron.com;target=_blank;");
aI("text=Become A Partner;url=/partnerprogram");
aI("text=Contact PSMs;url=/contactpsms/");
//aI("text=International Partners;url=/partners/directory/international;");
aI("text=Partner Announcements;url=http://partners.ektron.com/login.aspx;");
}

with(milonic=new menuname("findapartner")){
style=menuStyle;
menuwidth=100;
itemwidth=100;
aI("text=North America;url=http://www.ektron.com/northamerica;");
aI("text=UK/Europe;url=http://www.ektron.com/ukpartners;");
aI("text=Asia/Pacific;url=http://www.ektron.com/asiapacificpartners;");
} 

with(milonic=new menuname("locations")){
style=menuStyle;
aI("text=North America;url=/partners/directory/northamerica;");
aI("text=International;url=/partners/directory/international;");
aI("text=Hosting;url=/partners/directory/hosting;");
aI("text=Globalization;url=/partners/directory/globalization;");
} 

// End main navigation...



drawMenus();