

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


_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=1               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset


with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
type="dragable";
padding=4;
fontstyle="bold";
fontsize="75%";
fontweight="bold";
separatorcolor="#FFF38C";
oncolor="#474E6B";
onbgcolor="#DFD1DE";
offcolor="#5B638A";
offbgcolor="#DFD1DE";
pagecolor="#5B638A";
}


with(menuStyle=new mm_style()){
onbgcolor="#DFD1DE";
oncolor="#333333";
offbgcolor="#dfd1de";
offcolor="#5B638A";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9";
pagecolor="#FFFFFF";
pagebgcolor="#dfd1de";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="../menu/arrow_angel_down.gif";
subimagepadding="2";
type="dragable";
overfilter="Fade(duration=0.2);Alpha(opacity=10);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=111;
left=315
alwaysvisible=1;
orientation="horizontal";

aI("text=About US;align=right;url=http://www.quiltfusion.com/aboutus.htm;");
aI("text=|;");
aI("text=Contact Us;align=right;url=http://www.quiltfusion.com/contact.htm;");
}

with(milonic=new menuname("COMMUNITY")){
style=menuStyle;
aI("text=Your Quilting;url=http://www.quiltfusion.com;status=status bar;");
}

drawMenus();



