
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_followSpeed=2               // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=15               // Sub menu top offset
_subOffsetLeft=20           // 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="#ba1a1a";
onbgcolor="#DED9C2";
offbgcolor="#DED9C2";
offcolor="#8B8458";
bordercolor="#000000";
borderstyle="";
borderwidth="0";
separatorcolor="";
separatorsize="0";
padding="0";
fontsize="75%";
fontstyle="italic";
fontfamily="Arial, Helvetica,Verdana, Tahoma";
fontweight="normal"
align="left"
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="1";
overfilter="GradientWipe(WipeStyle=1,motion='forward',duration=0.4)"; 
outfilter="GradientWipe(WipeStyle=1,motion='reverse',duration=0.4)";
itemwidth="180";
}

with(milonic=new menuname("PearlRiver")){
style=menuStyle;
aI("text=Grand Pianos;url=http://www.pearlriverusa.com/grands.html;");
aI("text=Upright Pianos;url=http://www.pearlriverusa.com/uprights.html;");
aI("text=Digital Pianos;url=http://www.pearlriverusa.com/digitals.html;");
}

with(milonic=new menuname("Ritmuller")){
style=menuStyle;
aI("text=Ritmuller Piano Story;url=http://www.pearlriverusa.com/ritmuller/index.html;");
aI("text=Grand Pianos;url=http://www.pearlriverusa.com/ritmuller/grand.html;");
aI("text=Upright Pianos;url=http://www.pearlriverusa.com/ritmuller/upright.html;");
}



with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News & Releases;url=http://www.pearlriverusa.com/news.html;");
aI("text=Views from Pearl River...;url=http://www.pearlriverusa.com/note.html;");
aI("text=Upcoming Events/Shows;url=http://www.pearlriverusa.com/events.html;");
}



with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.html;status=Links;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=E-Mail;url=mailto:Pearl_River@wavmixer.com?subject=I%20Found%20Your%20Web%20Site;status=Use Your Email Program To Contact Pearl River");
aI("text=Web Mail;url=email.html;status=Use Our Web Based Email Page To Contact Pearl River");
aI("text=Mailing Address;url=http://www.pearlriverusa.com/contact.html;");
}
drawMenus();

