


_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="#CFFAEA";
oncolor="black";
offbgcolor="#E1E4E6";
offcolor="black";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
onbold=1;
onitalic=1;
separatorcolor="#333333";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CFFAEA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.mem-photo.com/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=5;
left=400;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=http://www.mem-photo.com/index.htm;status=Back to the Home Page;");
aI("text=&nbsp;&nbsp; Art &nbsp;&nbsp;;showmenu=art;");
aI("text=Customer Service;showmenu=customer;");
aI("text=Contact Us;url=http://www.mem-photo.com/contact.htm;status=How to get in touch with us;");
aI("text=View Cart/Checkout;url=http://ww6.aitsafe.com/cf/review.cfm?userid=80459009&return=www.mem-photo.com/index.htm;status=View the contents of your cart or check out");
}

with(milonic=new menuname("art")){
style=menuStyle;
aI("text=Fine Art Giclee Photographs;url=http://www.mem-photo.com/art/index.htm;status=Beautiful Photographs;");
aI("text=Abstracts;showmenu=abstracts;");
aI("text=Flowers;showmenu=flowers;");
aI("text=Shells and Corals;showmenu=shells;");
aI("text=My Bottle Collection;url=http://www.mem-photo.com/bottlecollection.htm;status=Beautiful Photographs;");
aI("text=Arrowheads & Petroglyphs;url=http://www.mem-photo.com/arrowheads.htm;status=Arrowheads are tiny works of art;");
aI("text=Seascapes;url=http://www.mem-photo.com/seascapes.htm;status=Unique seascapes;");
}

with(milonic=new menuname("abstracts")){
style=menuStyle;
aI("text=Created from Nature;url=http://www.mem-photo.com/naturalabstract.htm;status=Created from nature!;");
aI("text=Created from Silicone - 1;url=http://www.mem-photo.com/abstractsiliconecool.htm;status=Created from the mind of ME Miller!;");
aI("text=Created from Silicone - 2;url=http://www.mem-photo.com/abstractsiliconewarm.htm;status=Created from the mind of ME Miller!;");
aI("text=Created from Screen;url=http://www.mem-photo.com/abstractwindowscreen.htm;status=Created from the mind of ME Miller!;");
aI("text=Created from Glass & Orbs;url=http://www.mem-photo.com/abstractglass.htm;status=Created from the mind of ME Miller!;");
aI("text=Created from Stained Glass Paint;url=http://www.mem-photo.com/abstractstainedglasspaint.htm;status=Created from the mind of ME Miller!;");
}

with(milonic=new menuname("flowers")){
style=menuStyle;
aI("text=Orange & Peach;url=http://www.mem-photo.com/flowersorangepeach.htm;status=Predominantly orange and peach flowers;");
aI("text=Purple & Blue;url=http://www.mem-photo.com/flowerspurpleblue.htm;status=Predominantly purple and blue flowers;");
aI("text=Red, Pink & White;url=http://www.mem-photo.com/flowersredpinkgreen.htm;status=Predominantly red, pink and white flowers;");
aI("text=Yellow;url=http://www.mem-photo.com/flowersyellow.htm;status=Predominantly yellow flowers;");
}

with(milonic=new menuname("shells")){
style=menuStyle;
aI("text=Mushroom Corals, Vivid Colors;url=http://www.mem-photo.com/mushroomcorals.htm;status=Tropical and unusual colors;");
aI("text=Natural Colors;url=http://www.mem-photo.com/seashellsnatural.htm;status=Sea shells and corals in their natural colors;");
aI("text=Tropical and Unusual Colors;url=http://www.mem-photo.com/shellscoralscolors.htm;status=Shells and corals lit in tropical, vivid, unusual colors;");
}


with(milonic=new menuname("customer")){
style=menuStyle;
aI("text=Contact Us;url=http://www.mem-photo.com/contact.htm;status=How to get in touch with us;");
aI("text=Policies;url=http://www.mem-photo.com/policy.htm;status=Privacy, return, payment and other policies;");
}


drawMenus();


