_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-100            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#666687";
oncolor="#cccccc";
offbgcolor="#666687";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
separatorcolor="#ffffff";
separatorsize="1";
padding="1";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#666687";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=1.0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("main")){
style=menuStyle;
overflow="scroll";
aI("text=Contents Page;url=./index.php;");
aI("text=News;url=./news.htm;");
aI("text=Opinion 1;url=./opinion1.htm;");
aI("text=Opinion 2;url=./opinion2.htm;");
aI("text=Grower Profile;url=./profile.htm;");
aI("text=Vintage Report;url=./vintagereport.htm;");
aI("text=En Primeur Tasting;url=./tasting1.htm;");
aI("text=Tasting;url=./tasting2.htm;");
aI("text=Feature;url=./feature.htm;");
aI("text=Market;url=./market.htm;");
aI("text=Best Burgundy Wine List;url=./best1.htm;");
aI("text=Best Burgundy of the Issue;url=./best2.htm;");
aI("text=Gourmet Burgundy;url=./gourmet.htm;");
aI("text=Burgundy Traveller;url=./traveller.htm;");
aI("text=Diary;url=./diary.htm;");
}

drawMenus();