_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="Groove";
borderwidth="0";
fontfamily="Verdana";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="Black";
padding="0";
pagebgcolor="Transparent";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="20";
subimage="images/downboxed.gif";
subimagepadding="5";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.bancsourceinc.com/;");
aI("text=About;target=;url=About.html;");
aI("text=Service;target=;url=Service.html;");
aI("text=Equipment ;target=;url=Equipment.html;");
aI("text=Supplies;target=;url=Supplies.html;");
aI("text=News;target=;url=News.html;");
aI("text=Testimonials;target=;url=Testimonials.html;");
aI("text=Contact;target=;url=Contact.html;");
}


 drawMenus();

