
/*
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.php 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=0            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#AC7E93";
oncolor="#FFFFFF";
offbgcolor="#8573A4";
offcolor="#FFFFFF";
bordercolor="#7A644C";
borderstyle="solid";
borderwidth=0;
separatorcolor="#AC7E93";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="randomdissolve(duration=0.3)";
itemwidth=160;
}


with(mainmenuStyle=new mm_style()){
onbgcolor="#AC7E93";
oncolor="#000000";
offbgcolor="#8F7EAC";
offcolor="#000000";
bgimage="/images/topmenubgover.png";
overbgimage="/images/topmenubg.png";
bordercolor="#7A644C";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333333";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
itemwidth=160;
itemheight=27;

}


with(milonic=new menuname("Main Menu")){
style=mainmenuStyle;
alwaysvisible=1;
orientation="vertical";
aI("text=<CENTER><B>About Cloth Bags</B></CENTER>;url=/aboutbags.php;");
// aI("text=<CENTER><B>Eco-Facts</B></CENTER>;url=/eco-facts.php;");
aI("text=<CENTER><B>Contact Us</B></CENTER>;url=/contact.php;");
aI("text=<CENTER><B>Tote Bags Products</B></CENTER>;bgimage=/images/topmenubg.png;");
// aI("text=<CENTER><B>C</B></CENTER>;itemwidth=20;url=/showcart.php;");
}

