


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#3760C3";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#003366";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="";
padding=3;
fontsize="12";
fontweight="";
fontfamily="Arial,Verdana, Tahoma";
pagecolor="3366CC";
pagebgcolor="#99CCFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
outfilter="pixelate(square=12,duration=0.5)";
infilter="pixelate(square=12,duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=130;
left=290;
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=service;url=javascript:;image=images/but_service.gif;overimage=images/but_service_o.gif;");
aI("image=images/sep_line.gif ");
aI("image=images/spacer.gif width='11'");
aI("showmenu=product;url=javascript:;image=images/but_product.gif;overimage=images/but_product_o.gif;");
aI("image=images/sep_line.gif");
aI("image=images/spacer.gif width='11'");
aI("showmenu=about;url=javascript:;image=images/but_about.gif;overimage=images/but_about_o.gif;");
aI("image=images/sep_line.gif");
aI("image=images/spacer.gif width='11'");
aI("showmenu=support;url=javascript:;image=images/but_support.gif;overimage=images/but_support_o.gif;");
aI("image=images/sep_line.gif");
aI("image=images/spacer.gif width='11'");
aI("showmenu=tecspecs;url=javascript:;image=images/but_tecspecs.gif;overimage=images/but_tecspecs_o.gif;");


//aI("image=images/sep_line.gif");
//aI("showmenu=jdedwards;url=jdedwards.shtml;image=images/but_jdedwards.gif;overimage=images/but_jdedwards_o.gif;");


}

with(milonic=new menuname("service")){
style=menuStyle;
top=148;
aI("text=Custom Programming;url=custom_programming.htm;");
aI("text=Accounting System;url=accounting_system.htm;");
aI("text=Installation / Training;url=inst_train.htm;");
aI("text=Web Site Design;url=website_design.htm;");
aI("text=E-commerce Development;url=ecom.htm;");
aI("text=Web Hosting;url=web_hosting.htm;");
aI("text=Computer Hardware;url=comp_hardware.htm;");
aI("text=High Speed Internet Access;url=high_speed_access.htm;");
}



drawMenus();
