


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-5              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(MPOL=new mm_style()){
align="center";
onbgcolor="#ffffff";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#1C3A90";
bordercolor="#1C3A90";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#1C3A90";
pagebgcolor="#ffffff";
headercolor="#1C3A90";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(MPOLsub=new mm_style()){
align="center";
onbgcolor="#1C3A90";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#1C3A90";
bordercolor="#1C3A90";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="2";
padding=4;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#000000";
pagebgcolor="#CFDDEE";
headercolor="#1C3A90";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(MPOLsubmenu=new menuname("OUR_COMPANY")){
style=MPOLsub;
align="left";
aI("text=Land O'Lakes History;url=../history.asp;");
aI("text=Our Vision & Mission;url=../vision_mission.asp;");
aI("text=Our Values;url=../values.asp;");
aI("text=Our Facilities;url=../facilities.asp;");
aI("text=Land O'Lakes Web Sites;url=../sites.asp;");
aI("text=What is a Cooperative?;url=../whatis.asp;");
}

with(MPOLsubmenu=new menuname("GOV_IND")){
style=MPOLsub;
align="left";
aI("text=Working for Producers;url=../workingfor.asp;");
aI("text=Land O'Lakes Policies;url=../policies.asp;");
aI("text=Land O'Lakes Resolutions;url=../resolutions.asp;");
aI("text=Links for Your Dairy;url=../dairylinks.asp;");
}


drawMenus();