_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-3;




with(ScrollingSampStyle=new mm_style())

{
align='center';
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="bolder";
offbgcolor="#999966";
offcolor="#ffffff";
onbgcolor="#003366";
oncolor="#ffffff";
padding=3;
headerbgcolor="#999966";
}



with(DropDownStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="bolder";
offbgcolor="#999966";
offcolor="#ffffff";
onbgcolor="#003366";
oncolor="#ffffff";
padding=3;
separatorcolor="#ffffff";
separatorsize="1";
}

with(milonic=new menuname("Main Menu"))

{
alwaysvisible=1;
menualign="center";
menuwidth="800";
orientation="horizontal";
style=ScrollingSampStyle;
top=185;

aI ("status=Wines;showmenu=wines;text=Wines;url=Main_Wines.cfm;");


aI("image=images/RedGrapes.gif;type=header;");


aI("status=Vineyards;text=Vineyards;url=Main_Vineyards.cfm;");


aI("image=images/WhiteGrapes.gif;type=header;");


aI("status=Contact Us;text=Contact Us;url=Main_ContactUs.cfm;");


aI("image=images/RedGrapes.gif;type=header;");


aI("status=Back To Home Page;text=Home;url=index.cfm;");
}



with(milonic=new menuname("wines"))

{
overflow="scroll";
style=DropDownStyle;


aI("text=2002 Cabernet Sauvignon;url=2002cabsauv.cfm;")


aI("text=2003 Chardonnay;url=2003chard.cfm;")


aI("text=2003 Merlot;url=2003merlot.cfm;")


<!----aI("text=2002 White Merlot;url=2002whitemerlot.cfm;")---->


aI("text=Need help finding our wines?;url=Main_ContactUs.cfm;")
}

drawMenus();

