﻿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()){

fontfamily="Helvetica, Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f4f4f4";
offcolor="#000000";
onbgcolor="#a40005";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#e3e3e3";
pagecolor="black";
separatorcolor="#685f50";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=6;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal"; 
align="right"; 
position="relative" 
style=menuStyle;
aI("text=Home;url=http://www.keepntrack.com/;");
aI("showmenu=Customer Login;text=Customer Login;url=https://login.keepntrack.com");
aI("showmenu=Features;text=Features;url=http://www.keepntrack.com/features/index.html");
aI("showmenu=Contact;text=Contact;url=http://www.keepntrack.com/contact/index.html");
aI("showmenu=Support;text=Support;url=http://www.keepntrack.com/support/index.html");
aI("showmenu=Store;text=Store;url=http://www.keepntrack.com/store/index.html");
aI("showmenu=About Us;text=About Us;url=http://www.keepntrack.com/about/index.html");
}


with(milonic=new menuname("Features")){
style=menuStyle;
aI("text=Staff;align=left;url=http://www.keepntrack.com/features/staff.html;");
aI("text=Students;align=left;url=http://www.keepntrack.com/features/students.html;");
aI("text=Vendors;align=left;url=http://www.keepntrack.com/features/vendors.html;");
aI("text=Visitors;align=left;url=http://www.keepntrack.com/features/visitors.html;");
aI("text=Volunteers;align=left;url=http://www.keepntrack.com/features/volunteers.html;");
aI("text=Accessories;align=left;url=http://www.keepntrack.com/features/accessories/index.html;");
aI("text=Hardware Recommendations;align=left;url=http://www.keepntrack.com/features/hardware_req/index.html;");

}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Sales;align=left;url=http://www.keepntrack.com/contact/sales.html;");
aI("text=Technical Support;align=left;url=http://www.keepntrack.com/contact/support.html;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Technical Support;align=left;url=http://www.keepntrack.com/support/tech.html;");
aI("text=Training;align=left;url=http://www.keepntrack.com/support/training/index.html;");
aI("text=Suggestions;align=left;url=http://www.keepntrack.com/support/suggestions.html;");
aI("text=Tip of the Week;align=left;url=http://www.keepntrack.com/totw/index.html;");
}


with(milonic=new menuname("Store")){
style=menuStyle;

}


with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Contact Information;align=left;url=http://www.keepntrack.com/about/contact/index.html;");
aI("text=Privacy Statement;align=left;url=http://www.keepntrack.com/about/privacy_statement/index.html;");
aI("text=Company Profile;align=left;url=http://www.keepntrack.com/about/profile/index.html;");
aI("text=Tradeshow Calendar;align=left;url=http://www.keepntrack.com/about/tradeshows/index.html;");
}

drawMenus();

