
/*
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=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#63737A"; 
oncolor="#C7EFFF";
offbgcolor="#63737A"; 
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Alpha(style=0, opacity=80)";
outfilter="Alpha(style=0, opacity=80)";
}

with(milonic=new menuname("products")){
style=menuStyle;
top="offset=123";
screenposition="right";
left="offset=-120";
 
aI("text=Decorative Stones;url=product.asp?product=chipping;");
aI("text=Pebbles;url=product.asp?product=pebbles;");
aI("text=Slate;url=product.asp?product=slate;");
aI("text=Construction Products;url=product.asp?product=sand;");
}

drawMenus();

