﻿_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()){
zindex=80;
onbgcolor="#4E5148";
oncolor="#ffffff";
offbgcolor="#D3DDC4";
offcolor="#515151";
bordercolor="#1D1E1B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding="3";
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("OnlineStore")){
style=menuStyle;
screenposition="top;center";
top="offset=87";
left="offset=-315";
alwaysvisible=0;
zindex=80;
orientation="vertical";
aI("text=Store Home;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?theme=trophy&header=;");
aI("text=Trophy Cups;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=cup&display=Trophies%20and%20Cups%20Collection&header=cups;");
aI("text=Swatkins Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=SWATKINS&display=Swatkins%20Presentation%20and%20Golf%20Awards%20Collection&header=swatkins;");
aI("text=Sports Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=sport&display=Sports%20Awards%20Collection&header=sports;");
aI("text=Acrylic Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=acrylic&display=Acrylic%20Awards%20Collection&header=acrylic;");
aI("text=Unique Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=unique&display=Unique%20Awards%20Collection&header=unique;");
aI("text=Clocks & Gifts;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=clock&display=Clocks%20And%20Gifts%20Collection&header=clock;");
aI("text=Plaques;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=plaque&display=Plaque%20Collection&header=plaque;");
aI("text=Crystal Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?action=search&theme=trophy&search_key_type=crystal&display=Crystal%20Awards%20Collection&header=crystal;");
aI("text=Orrefors/Kosta Boda Awards;url=http://www.socaltrophy.com/cgi-local/hazel.cgi?ACTION=search&theme=trophy&search_key_type=Orrefors&display=Orrefors/Kosta%20Boda%20Awards%20Collection&header=orrefors;");
}

drawMenus();

