_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...
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=mainstyle;
top=175;
left=2;
menuwidth=155;
itemwidth=155;
alwaysvisible=1;
margin=3;
position="relative";
aI("text=<b>WebImageFX</b>;url=/webimagefx.aspx;");
aI("text=&nbsp;&nbsp;Purchase;url=/webimagefx-editor.aspx?id=981;");
aI("text=&nbsp;&nbsp;Free Trials;showmenu=freetrials;url=/webimagefx-editor.aspx?id=980;");
aI("text=&nbsp;&nbsp;Features;;url=/webimagefx-editor.aspx?id=977;");
aI("text=&nbsp;&nbsp;Learning Center;showmenu=learning;url=/webimagefx-editor.aspx?id=978;");
aI("text=&nbsp;&nbsp;FAQs;url=http://dev.ektron.com/support.aspx;");
aI("text=&nbsp;&nbsp;Documentation;showmenu=documentation;url=/webimagefx-editor.aspx?id=979;");
aI("text=&nbsp;&nbsp;Pricing & Licensing;url=/webimagefx-editor.aspx?id=982;");
aI("text=&nbsp;&nbsp;Owner's Corner;showmenu=owners;");
}

with(milonic=new menuname("freetrials")){
style=mainstyle;
menuwidth=160;
itemwidth=160;
margin=3;
aI("text=Download;url=/webimagefx-editor.aspx?id=1039;");
//aI("text=Try Now!;url=/webimagefx-editor.aspx?id=980;");
}

with(milonic=new menuname("features")){
style=mainstyle;
menuwidth=160;
itemwidth=160;
margin=3;
aI("text=What's New?;url=/webimagefx-editor.aspx?id=977;");
aI("text=View Features;url=/webimagefx-editor.aspx?id=977;");
}

with(milonic=new menuname("learning")){
style=mainstyle;
menuwidth=160;
itemwidth=160;
margin=3;
aI("text=View Sample Flash Files;url=/webimagefx-editor.aspx?id=978;");
aI("text=Screen Shots;url=/webimagefx-editor.aspx?id=1133;");
}

with(milonic=new menuname("documentation")){
style=mainstyle;
menuwidth=160;
itemwidth=160;
margin=3;
aI("text=Requirements;url=/webimagefx-editor.aspx?id=979#requirements;");
aI("text=Manuals;url=/webimagefx-editor.aspx?id=979#manuals;");
aI("text=Datasheet;url=/literature/datasheets/product/ektronwebimagefx-datasheet.pdf;target='blank';");
}

// Start For Owners Menu...

with(milonic=new menuname("owners")){
style=mainstyle;
menuwidth=180;
itemwidth=180;
margin=3;
//aI("text=Upgrade/Renewal Wizard;url=/wizard.cfm;");
aI("text=Support Center;url=http://dev.ektron.com/support.aspx");
aI("text=Developers Corner;url=http://dev.ektron.com");
//aI("text=Forums;url=/developers/forums/categories.cfm?catid=7");

}

// End owners Menu...


drawMenus();


