_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=8;              // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#3D2313";
oncolor="#FFFFFF";
offbgcolor="#8A7854";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
subimage="https://www.shopnw.net/fonte/arrow.gif";
subimagepadding=5;
overfilter="GradientWipe(duration=0.8);Alpha(opacity=90);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("coffee_tea")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=132; 
aI("showmenu=coffee;text=Coffee;url=http://www.fontecoffee.com/order_coffee.html");
aI("text=Recurring Delivery;url=http://www.fontecoffee.com/recurring_delivery.html");
aI("text=Tea;url=http://www.fontecoffee.com/teas.html");
aI("showmenu=gifts;text=Gift Items;url=http://www.fontecoffee.com/order_gifts.html");
}

with(milonic=new menuname("coffee")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=142; 
aI("text=Special Selection Coffees;url=http://www.fontecoffee.com/coffee_special_selection.html");
aI("text=Varietal Coffees;url=http://www.fontecoffee.com/coffee_varietals.html");
aI("text=Decaffeinated Coffees;url=http://www.fontecoffee.com/coffee_decaf.html");
aI("text=Coffee Blends;url=http://www.fontecoffee.com/coffee_blends.html");
aI("text=Espresso Pods;url=http://www.fontecoffee.com/coffee_pods.html");
}

with(milonic=new menuname("tea")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=132; 
aI("text=Tea Blends;url=http://www.fontecoffee.com/tea_blends.html");
aI("text=Varietal Teas;url=http://www.fontecoffee.com/tea_varietals.html");
aI("text=Ice Teas;url=http://www.fontecoffee.com/tea_icedteas.html");
}

with(milonic=new menuname("coffeebar")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=212; 
aI("text=Font&eacute; Coffee Roaster Caf&eacute; and Wine Bar;url=http://www.fontecoffee.com/cafe_winebar.html");
aI("text=Check Out Our Blog!;url=http://fontecoffee.blogspot.com;target=_blank;");
aI("text=Award Winning Bars;url=http://www.fontecoffee.com/coffee_bars.html");
}


with(milonic=new menuname("gifts")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=132; 
aI("text=Gift Items;url=http://www.fontecoffee.com/gift_items.html");
aI("text=Machines;url=http://www.fontecoffee.com/gift_machines.html");
}

with(milonic=new menuname("press")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=132; 
aI("text=About Fonté;url=http://www.fontecoffee.com/about2.html");
aI("showmenu=pressinfo;text=Press Info;url=http://www.fontecoffee.com/press_info.html");
aI("text=Press Book/Clippings;url=http://www.fontecoffee.com/press_book.html");
aI("text=Fonté Videos;url=http://www.fontecoffee.com/fonte_videos.html");
aI("text=Press Releases;url=http://www.fontecoffee.com/press_releases.html");
aI("text=Testimonials;url=http://www.fontecoffee.com/testimonials.html");
}

with(milonic=new menuname("pressinfo")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=162; 
aI("text=Fonté Backgrounder;url=http://www.fontecoffee.com/fonte_backgrounder.html");
aI("text=Haute Couture Coffee;url=http://www.fontecoffee.com/press/fonte_sales_one_sheet_v5.pdf;target=_blank");
aI("showmenu=bios;text=Fonté Coffee Bios;url=#");
aI("text=List of Clients;url=http://www.fontecoffee.com/client_list.html");
aI("showmenu=winebar;text=Fonté Café & Wine Bar;url=#");
}

with(milonic=new menuname("bios")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=152; 
aI("text=Steve Smith, Master Roaster;url=http://www.fontecoffee.com/bio_steve.html");
aI("text=Paul Odom, Owner;url=http://www.fontecoffee.com/bio_paul.html");
}

		with(milonic=new menuname("winebar")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=152; 
		aI("text=Photos;url=http://www.fontecoffee.com/cafe_photos.html");
		aI("text=Bios;url=http://www.fontecoffee.com/cafe_bios.html");
		aI("text=Press Info;url=http://www.fontecoffee.com/cafe_pressinfo.html");
		}

drawMenus();

