


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#666699";
offbgcolor="#F3ECDC";
offcolor="#666699";
separatorcolor="#F3ECDC";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold"
}


with(subMenu=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#009999";
offbgcolor="#F3ECDC";
offcolor="#666699";
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold"
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=38;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.herbertalbert.com/index.html;target=_top;status=Back To Home Page;");
aI("text=About Us;url=http://www.herbertalbert.com/about.html;target=_top;");
aI("text=Office Buildings;showmenu=bldgs;");
aI("text=Build to Suit;showmenu=bldgdevel;");
aI("text=Space Available;showmenu=spaces;");
aI("text=Links;showmenu=links;");
aI("text=Contact Us;url=http://www.herbertalbert.com/contact.html;");
}

with(milonic=new menuname("bldgs")){
style=subMenu;
top=60;
left=113;
itemwidth=140;
orientation="vertical";
aI("text=Crystal Run Corporate Park;url=http://www.herbertalbert.com/crystal_run.html;target=_top;");
aI("text=85 Crystal Run Rd.;url=http://www.herbertalbert.com/85crystal.html;target=_top;");
aI("text=90 Crystal Run Rd.;url=http://www.herbertalbert.com/90crystal.html;target=_top;");
}

with(milonic=new menuname("bldgdevel")){
style=subMenu;
top=60;
left=223;
itemwidth=195;
orientation="vertical";
aI("text=45-acre Development Site;url=http://www.herbertalbert.com/45acre.html;target=_top;");
}

with(milonic=new menuname("spaces")){
style=subMenu;
top=60;
left=310;
itemwidth=140;
orientation="vertical";
aI("text=View all buildings;url=http://listings.herbertalbert.com/bldglist.mpl?view=all;target=_top;");
aI("text=85 Crystal Run Rd.;url=http://listings.herbertalbert.com/bldglist.mpl?bl_id=00002917;target=_top;");
aI("text=90 Crystal Run Rd.;url=http://listings.herbertalbert.com/bldglist.mpl?bl_id=00002883;target=_top;");
}

with(milonic=new menuname("report")){
style=subMenu;
top=60;
left=424;
itemwidth=155;
orientation="vertical";
aI("text=Availability of Labor;url=http://www.herbertalbert.com/images/labor_report_pdf.pdf;target=_new;");
}

with(milonic=new menuname("links")){
style=subMenu;
top=60;
left=424;
itemwidth=220;
orientation="vertical";
aI("text=Orange County Partnership;url=http://www.ocpartnership.org;target=_new;");
aI("text=Empire State Development;url=http://www.nylovesbiz.com/NYS_Home_To_Business/default.asp;target=_new;");
aI("text=The Pathfinders Orange County, NY Labor Availability Report;url=http://www.herbertalbert.com/images/pathfinders0701.pdf;target=_new;");
}

drawMenus();

