_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
onbgcolor="#623bfe";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#623bfe";
headercolor="#ffcc00";
headerbgcolor="#623bfe";
}

with(menuStyle=new mm_style()){
onbgcolor="#623bfe";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#623bfe";
headercolor="#ffcc00";
headerbgcolor="#623bfe";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("art")){
style=menuStyle;
//aI("text=Order Art;url=/s/Checkout.asp;status=Order Art;");
aI("text=<font color=#F0F000><B>NEWS</b></font>;url=/s/News.asp;status=NEWS;");
aI("text=Poster Prints;url=/s/OriginalPosterPrints.asp;status=Poster Prints;");
aI("text=Musical Influences;url=/s/MusicalInfluences.asp;status=Musical Influences;");
aI("text=Original Paintings;url=/s/OriginalPaintings.asp;status=Acrylic Paintings;");
//aI("text=Needlework Miniatures;url=/s/NeedleworkMiniatures.asp;status=Needlework Miniatures;");
//aI("text=Paper-mâché Boxes;url=/s/HandPaintedBoxes.asp;status=Paper-mâché Boxes;");
aI("text=Greeting Card Sets;url=/s/DigitalGreetingCards.asp;status=Greeting Card Sets;");
aI("text=Guest Artists' Work;url=/s/GuestArtistsWork.asp;status=Guest Artists' Work;");
//aI("text=Fundraising Projects;url=/s/FundraisingProjects.asp;status=Fundraising Projects;");
aI("text=Free Desktop Wallpaper;url=/s/FreeWallpaper.asp;status=Free Desktop Wallpaper;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

drawMenus();
