
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.asp for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // 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=-10            // Sub menu left offset



with(menuStyleTop=new mm_style()){
oncolor="#ffffff";
offcolor="#4D52B0";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorsize="0";
padding=5;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="white";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#4D52B0";
oncolor="#ffffff";
offbgcolor="#4D52B0";
offcolor="#A4ACDD";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4D52B0";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bolder";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("homerange")){
style=menuStyle;
aI("text=About Harvest Home;url=/harvest.asp;");
aI("text=Corn Flakes;url=/homeProd.asp?prod=1;");
aI("text=Crisp Rice;url=/homeProd.asp?prod=2;");
aI("text=Bran Flakes;url=/homeProd.asp?prod=4;");
//aI("text=Frosted Flakes;url=/homeProd.asp?prod=6;");
//aI("text=Honey Nut Corn Flakes;url=/homeProd.asp?prod=7;");
//aI("text=Swiss Style Muesli;url=/homeProd.asp?prod=3;");
//aI("text=Malted Wheat Flakes;url=/homeProd.asp?prod=5;");
}

with(milonic=new menuname("brands")){
style=menuStyle;
aI("text=About Nestl&eacute; Brands;url=/nestle.asp;");
aI("text=Shredded Wheat;url=/nestleProd.asp?prod=9;");
aI("text=Bitesize Shredded Wheat;url=/nestleProd.asp?prod=10;");
aI("text=Shreddies;url=/nestleProd.asp?prod=11;");
aI("text=Cheerios;url=/nestleProd.asp?prod=8;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
}


