_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""

AllMargin=0

treeOffset=0;  // Used to set the offset of sub menus
singleMasterMenu=false // Informs the system to only have one menu open at a time

with(tstyle1=new mm_style()){
offcolor='#000080';
oncolor='#7f0342';
onbgcolor = "#a7d1ef";
offbgcolor="#d8ebf8"
separatorsize=1
separatorcolor="#a7d1ef";
fontsize = "11px";
fontfamily = "verdana, arial, tahoma";
imagepadding=3
imageposition="middle center";
padding = 3
itemwidth=182;
}

sub1Style=new copyOf(tstyle1)
sub1Style.separatorcolor="#a7d1ef";
sub1Style.onbgcolor = "#a7d1ef";
sub1Style.offbgcolor="#ffffff"
separatorsize=1 
borderstyle = "solid";
offcolor='#7f0342';
oncolor='#0663a1';
fontsize = "9px";
fontfamily = "verdana, arial, tahoma";
padding = 3


with(new menuname("main Tree Menu")){
top=148
left=0
style = tstyle1;
alwaysvisible = 1;
itemwidth=182;
//margin=AllMargin
//position="relative"
aI("align=left;image=images/bullet.gif;text=Astec Consulting;url=index.htm;");
//aI("align=left;image=images/bullet.gif;text=Our Team;url=team.htm;");
aI("align=left;image=images/bullet.gif;showmenu=apps;text=Applications Consulting;type=tree;");
//aI("align=left;image=images/bullet.gif;showmenu=managedservices;text=Managed Services;url=services.htm;");
aI("align=left;image=images/bullet.gif;showmenu=managedservices;text=Managed Services;type=tree;");
//aI("align=left;image=images/bullet.gif;text=Network Infrastructure;url=network.htm;");
//aI("align=left;image=images/bullet.gif;text=Web Design & Maintenance;url=design.htm;");
aI("align=left;image=images/bullet.gif;text=Clients;url=clients.htm;");
aI("align=left;image=images/bullet.gif;showmenu=specialties;text=Our Specialties;type=tree;");
}

with(new menuname("apps")){
style = sub1Style;
margin=AllMargin
aI("text=Software Development;image=images/bullet2.gif;url=software.htm;");
//aI("text=Custom Interfaces;image=images/bullet2a.gif;url=interfaces.htm;");
aI("text=System Implementation;image=images/bullet2.gif;url=systems.htm");
//aI("text=Software Implementation;image=images/bullet2.gif;url=implementation.htm");
aI("text=Project Management;image=images/bullet2.gif;url=project.htm");
}

with(new menuname("managedservices")){
style = sub1Style;
margin=AllMargin
aI("text=Overview;image=images/bullet2.gif;url=services.htm;");
//aI("text=Software Development;image=images/bullet2.gif;url=software.htm;");
aI("text=Network Management;image=images/bullet2.gif;url=network.htm;");
aI("text=Web Design & Maintenance;image=images/bullet2.gif;url=design.htm;");
aI("text=Data Security;image=images/bullet2.gif;url=security.htm;");
}



with(new menuname("security")){
style = sub1Style;
margin=AllMargin
aI("text=Pricing;image=images/bullet2.gif;url=security.htm;");
}
with(new menuname("specialties")){
style = sub1Style;
margin=AllMargin
aI("text=Small/Mid-Sized Business;image=images/bullet2.gif;url=business.htm");
aI("text=Government Services;image=images/bullet2.gif;url=government.htm;");
}

drawMenus();

