


_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="";
oncolor="#FFFFFF";
offbgcolor="";
offcolor="#FFFFFF";
separatorcolor="";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
ondecoration="underline";
}


with(subMenu=new mm_style()){
onbgcolor="#3D4E6C";
oncolor="#FFFFFF";
offbgcolor="#3D4E6C";
offcolor="#FFFFFF";
separatorcolor="";
separatorsize=1;
padding=5;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
ondecoration="underline";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=45;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.rpwgroup.com/home.htm;target=_top;status=Back To Home Page;");
aI("text=&#8226; Building Description;showmenu=desc;");
aI("text=&#8226; Space Available;showmenu=spaces;");
aI("text=&#8226; About Us;url=http://www.rpwgroup.com/about.htm;target=_top;status=About Us;");
aI("text=&#8226; Contact Us;url=http://www.rpwgroup.com/cu.htm;target=_top;status=Contact Us;");
}

with(milonic=new menuname("desc")){
style=subMenu;
top=70;
left=50;
itemwidth=195;
orientation="vertical";
aI("text=&#8226; 440 Mamaroneck Ave.;url=http://www.rpwgroup.com/440mam.htm;target=_top;");
aI("text=&#8226; 1133 Westchester Ave.;url=http://www.rpwgroup.com/1133ws.htm;target=_top;");
aI("text=&#8226; 2975 Westchester Ave.;url=http://www.rpwgroup.com/2975ws.htm;target=_top;");
aI("text=&#8226; 760 Westchester Ave.;url=http://www.rpwgroup.com/760ws.htm;target=_top;");
aI("text=&#8226; 800 Westchester Ave.;url=http://www.rpwgroup.com/800ws.htm;target=_top;");
aI("text=&#8226; 399 Knollwood Rd.;url=http://www.rpwgroup.com/399knollwood.htm;target=_top;");
}

with(milonic=new menuname("spaces")){
style=subMenu;
top=70;
left=195;
itemwidth=195;
orientation="vertical";
aI("text=&#8226; Contact Us for Availability;url=http://www.rpwgroup.com/cu.htm;target=_top;");
}


drawMenus();

