


_menuCloseDelay=50             // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1               // 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="#745C32";
oncolor="#FFFFFF";
offbgcolor="#E4CA8F";
offcolor="#280000";
bordercolor="#763908";
borderstyle="solid";
borderwidth=2;
separatorcolor="#C1995B";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimage="arrowdw.gif";
onsubimage="arrowdwhite.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.justcreations.com/;status=Back To Home Page;");
aI("text=Exhibits;showmenu=Exhibits;");
aI("text=Newest Exhibitors;url=#");
aI("text=Artists ~ Join!;showmenu=Join;");
aI("text=Artist Exhibitions;url=callevent.asp?CID=1;status=View Dates and Info from our Artists");
aI("text=Links;showmenu=Links;");
}

with(milonic=new menuname("Exhibits")){
style=menuStyle;
aI("text=Clay/Potery;url=#");
aI("text=Drawing;url=#");
aI("text=Fiber & Fabric;showmenu=Fiber & Fabric;");
aI("text=Folk Art/Baskets;url=#");
aI("text=Foods;showmenu=Foods;");
aI("text=Glass;showmenu=Glass;");
aI("text=Jewelry;url=#");
aI("text=Leather;url=#");
aI("text=Metal;url=#");
aI("text=Miscellaneous;url=#");
aI("text=Mixed Media;url=#");
aI("text=Painting;url=#");
aI("text=Paper Art;url=#");
aI("text=Photography;showmenu=Photography;");
aI("text=Printmaking;showmenu=Printmaking;");
aI("text=Sculpture;url=#");
aI("text=Wood;url=#");
}

with(milonic=new menuname("Join")){
style=menuStyle;
aI("text=Add Your Site;url=#;");
aI("text=Artist Forums;url=#;");
aI("text=Web Design Services;url=http://www.thecodeworks.com;");
}

with(milonic=new menuname("Fiber & Fabric")){
style=menuStyle;
aI("text=Penny Sisto;url=http://www.pennysisto.com/;");
}

with(milonic=new menuname("Foods")){
style=menuStyle;
aI("text=Cloud County Tea Company;url=http://www.cloudcountyteas.com/;");
}

with(milonic=new menuname("Glass")){
style=menuStyle;
aI("text=BEADashing;url=http://www.beadashing.com/;");
}

with(milonic=new menuname("Photography")){
style=menuStyle;
aI("text=Duncan Schiedt Photography;url=http://www.duncanschiedt.com/;");
aI("text=Sunflower Greetings;url=http://www.sunflowergreetings.com/;");
}

with(milonic=new menuname("Printmaking")){
style=menuStyle;
aI("text=Sunflower Greetings;url=http://www.sunflowergreetings.com/;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=The Code Works;url=http://www.thecodeworks.com/;target=_blank;");
aI("text=The Jazz Artist;url=http://www.thejazzartist.com/;target=_blank;");
aI("text=Double-Time Records;url=http://www.doubletimerecords.com/;target=_blank;");
aI("text=Double-Time Jazz;url=http://www.doubletimejazz.com/;target=_blank;");
aI("text=Aebersold Jazz;url=http://www.jazzbooks.com/;target=_blank;");
}

drawMenus();


