

_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=40;				// Follow scrolling Rate
_subOffsetTop=4;			// Sub menu top offset
_subOffsetLeft=0;			// Sub menu left offset
_scrollAmount=3;			// Only needed for Netscape 4.x
_scrollDelay=20;			// Only needed for Netcsape 4.x

with(appSubMenuStyle=new mm_style()){
onbgcolor="#FFFFFF";	// D7B271
oncolor="#526658";		// FFFFFF
offbgcolor="#FFFFFF";
offcolor="#7D0C00";	// 526658
bordercolor="#D4D4D4";
borderstyle="solid";
borderwidth=1;
padding=6;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="trebuchet ms,verdana,arial,sans-serif";
subimage="skins/basic4/images/arrow.gif";
subimagepadding="2";
onborder="0px solid #316AC5";
offborder="0px solid #cccccc";

separatorcolor="#EFEDDE";
separatorsize="1";
separatorwidth="95%";				// width of separator
separatorheight=0;								// width of separator
separatoralign="center";						// alignment of separator
separatorpadding=0;								// padding around separator
separatorimage="skins/laurie/images/menu_separator.gif";		// specifies the image to use for the separator
}

with(appMainMenuStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="#EFEDDE";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=0;
separatorcolor="#EFEDDE";
separatorsize="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="san-serif";
subimage="";
subimagepadding="2";
}

 
with(milonic=new menuname("profile")){style=appSubMenuStyle;overflow='scroll';aI("text=About Laurie;url=http://www.laurieinteriors.com/index.cfm?id=aboutLaurie;pagematch=http://www.laurieinteriors.com/index.cfm?id=aboutLaurie;target=;");aI("text=Our Staff;url=http://www.laurieinteriors.com/index.cfm?id=staff;pagematch=http://www.laurieinteriors.com/index.cfm?id=staff;target=;");aI("text=Publications;url=http://www.laurieinteriors.com/index.cfm?id=press;pagematch=http://www.laurieinteriors.com/index.cfm?id=press;target=;");}


 drawMenus();
