_menuCloseDelay=1        // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1          // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=1              // 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

with(menuStyle=new mm_style()){
oncolor="#F0D727";
offbgcolor="";
offcolor="#000000";
borderwidth=0;
padding=5;
fontsize=15;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial ";
pagecolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
}

with(submenuStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#6d6e71";
offbgcolor="#ffffff";
onbgcolor="#5c8727";
borderwidth=1;
bordercolor="#5c8727";
separatorcolor="#5c8727";
separatorsize="1";
padding=4;
fontsize=11;
fontweight="bold";
fontfamily="Arial";
pagecolor="ffffff";
pagebgcolor="#5c8727";
headercolor="#000000";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=300;
menualign="left";
alwaysvisible=1;
orientation="verticle";
aI("image=images/buttons/services_about_us.jpg;overimage=images/buttons/services_about_us_over.jpg;url=about_us.html;showmenu=about_us;");
aI("image=images/buttons/services_our_services.jpg;overimage=images/buttons/services_our_services_over.jpg;url=our_services.html;showmenu=our_services;");
aI("image=images/buttons/services_about_quality.jpg;overimage=images/buttons/services_about_quality_over.jpg;url=about_quality.html");
aI("image=images/buttons/services_contact_us.jpg;overimage=images/buttons/services_contact_us_over.jpg;url=contact_us.asp");

}

with(milonic=new menuname("about_us")){
style=submenuStyle;
orientation="verticle";
overflow="scroll";
aI("text=Our Mission;url=our_mission.html;");
aI("text=Company Location;url=company_location.html;");
aI("text=Management Profiles;url=management_profiles.html;");
aI("text=Company News;url=company_news.asp;");
aI("text=Come work with us;url=come_work_with_us.html;");
}
with(milonic=new menuname("our_services")){
style=submenuStyle;
orientation="verticle";
overflow="scroll";
aI("text=Overview of Services;url=overview_of_services.html;");
aI("text=Manufacturing & Packaging;url=manufacturing_packaging.html;");
aI("text=Laboratory/R&D Services;url=laboratory.html;");
aI("text=Product Development;url=product_development.html;");
aI("text=Material Sourcing/Purchasing;url=material_sourcing.html;");
aI("text=Marketing Support Services;url=marketing.html;");
aI("text=International Sales/Export;url=international.html;");
aI("text=Customer Service Support;url=customer_service.html;");
}






drawMenus();

