fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
high3dcolor="#ffffff";
low3dcolor="#336633";
offbgcolor="#BFDAEC";
offborder="1px solid #B2D0E3";
offcolor="#000000";
onbgcolor="#95BDD6";
onborder="2px outset #AECFE4";
oncolor="#ffffff";
onsubimage="white_13x13_tb.gif";
overfilter="Fade(duration=0.5);Shadow(color=#616261,Direction=130,Strength=3";
padding=4;
separatorcolor="#336600";
separatorsize=1;
subimage="grey_13x13_tb.gif";
subimagepadding=4;
}with(submenuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
high3dcolor="#ffffff";
low3dcolor="#336633";
offbgcolor="#BFDAEC";
offborder="1px solid #B2D0E3";
offcolor="#A4A3A1";
onbgcolor="#95BDD6";
onborder="2px outset #AECFE4";
oncolor="#ffffff";
onsubimage="white_13x13_tb.gif";
overfilter="Fade(duration=0.5);Shadow(color=#616261,Direction=130,Strength=3";
padding=4;
separatorcolor="#a0c0a0";
separatorsize=1;
subimage="grey_13x13_tb.gif";
subimagepadding=4;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("url=index.html;text=Home;");
aI("url=Gyr_UserGuide.htm;text=Manual;");
aI("url=FAQ.htm;text=FAQ;");
aI("showmenu=Feature_List;text=Features;");aI("showmenu=Developers;text=For Developers;");
aI("url=http://gyrfalcon-news.blogspot.com;text=Blog;");
}
with(milonic=new menuname("Feature_List")){
style=menuStyle;
aI("url=Features.html;text=Features;");
aI("url=Roadmap.html;text=Roadmap;");
}
with(milonic=new menuname("Developers")){
style=menuStyle;
aI("url=Developers.html;text=Developer Main;");aI("url=Dev_BuildingFromSource.html;text=Building from Source;");
aI("url=Dev_DataStorage.html;text=Data Storage;");
}

drawMenus();

