_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#F1F6E0";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#F1F6E0";
headercolor="#000000";
offbgcolor="#F1F6E0";
offcolor="#000000";
onbgcolor="#11803E";
oncolor="#FFFFFF";
padding=4;
pagebgcolor="#F1F6E0";
pagecolor="#000000";
}

with(firstStyle=new mm_style()){
bordercolor="#C6C7C9";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#F1F6E0";
offcolor="#000000";
onbgcolor="#11803E";
oncolor="#FFFFFF";
padding="2px 10px";
separatorcolor="#DFE3D5";
separatorsize=1;
}

with(secondStyle=new mm_style()){
bordercolor="#C6C7C9";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#F1F6E0";
offcolor="#000000";
onbgcolor="#11803E";
oncolor="#FFFFFF";
padding="2px 10px";
pagebgcolor="#F1F6E0";
separatorcolor="#DFE3D5";
separatorsize=1;
}

with(milonic=new menuname("personal")){
style=firstStyle;
top="offset=0";
left="offset=-12";
itemwidth=190;
aI("text=Overview;url=/personal/overview.html;");
aI("text=Within the same Island;url=/personal/within_island.html;");
aI("text=To or From a Neighbor Island;url=/personal/neigbor_island.html;");
aI("text=To or From the State of Hawaii;url=/personal/hawaii.html;");
aI("text=Request a Quote;url=/business/request_form.asp;");
aI("text=Customer Testimonials;url=/personal/testimonials.html;");
aI("text=Industry Lingo;url=/personal/lingo.html;");
aI("text=Home Moving Guide;url=/personal/personal.html;");
}

with(milonic=new menuname("business")){
style=firstStyle;
top="offset=0";
left="offset=-12";
itemwidth=200;
aI("text=Overview;url=/business/overview.html;");
aI("text=Relocating, Expanding, Consolidating or Closing Locations;url=/business/relocation.html;");
aI("text=Supplemental Business Services;url=/business/supplemental.html;");
aI("text=All Business Services;url=/other/overview.html;");
aI("text=Request a Quote;url=/business/request_form.asp;");
aI("text=Customer Testimonials;url=/business/testimonials.html;");
aI("text=Business Moving Guide;url=/business/business.html;");
}

with(milonic=new menuname("other")){
style=firstStyle;
top="offset=0";
left="offset=-12";
itemwidth=250;
aI("text=Overview;url=/other/overview.html;");
aI("image=/images/new_off.gif;overimage=/images/new_on.gif;text=Portable/On-Site/Vehicle Storage;url=/other/portable_storage.html;");
aI("text=Trucking & Hauling Services;url=/other/trucking_hauling.html;");
aI("text=Warehousing & Distribution Services;url=/other/warehousing.html;");
aI("text=U.S. Customs & Agriculture CES;url=/other/customs.html;");
aI("text=Contract Home Delivery Services;url=/other/home_delivery.html;");
aI("text=Fee Schedule;url=/other/fee_schedule.html;");
}

with(milonic=new menuname("partners")){
style=firstStyle;
top="offset=0";
left="offset=-12";
itemwidth=200;
aI("text=Overview;url=/partners/overview.html;");
aI("text=ICES - International Convention and Event Services;url=/partners/ICES.html;");
aI("text=Pro-File Record Systems;url=/partners/profile.html;");
aI("text=Pacific Courier;url=/partners/pacific_courier.html;");

}

with(milonic=new menuname("about")){
style=firstStyle;
top="offset=0";
left="offset=-12";
itemwidth=180;
aI("text=Company Overview;url=/about/overview.html;");
aI("text=Community Support / Awards;url=/about/community.html;");
aI("text=Contact Us;url=/about/contact.html;");
}

drawMenus();
