_menuCloseDelay=0;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="strong";
headerbgcolor="#a5adaa";
headercolor="#a5adaa";
offbgcolor="#EAEAEA";
offcolor="#000000";
onbgcolor="#F3F3F3";
oncolor="#000000";
outfilter="";
overfilter="";
padding=5;
separatorcolor="";
subimage="";
subimagepadding="";
}

with(menuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#000099";
headercolor="#FFFFFF";
offbgcolor="#F4F2FF";
offcolor="#000000";
onbgcolor="#EBE8FF";
oncolor="#000000";
outfilter="";
overfilter="";
padding=2;
pagebgcolor="";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="horizontal";
style=menuStyle;
top=10;

//aI("showmenu=homemenu;text=Home;url=index.asp");
aI("text=Home;url=index.asp;");
aI("showmenu=showersandwhirlpools;text=Showers & Whirlpools;");
aI("showmenu=sinksandvanities;text=Sinks & Vanities&nbsp;");
aI("showmenu=faucets;text=Faucets&nbsp;");
aI("showmenu=pedestalsinksandtoilets;text=Pedestal Sinks & Toilets&nbsp;");
//aI("text=Promotion;url=promotion.asp;");
aI("text=Contact Us;url=contact.asp;");
}

with(milonic=new menuname("homemenu")){
overflow="scroll";
style=menuStyle2;
aI("text=Sign In;url=login.asp;");
}

with(milonic=new menuname("showersandwhirlpools")){
overflow="scroll";
style=menuStyle2;
aI("text=Steam Showers;url=showerstubs.asp#Steam Showers;");
aI("text=Showers Without Steam;url=showerstubs.asp#Showers Without Steam;");
aI("text=Whirlpool;url=showerstubs.asp#Whirpools;");
aI("text=Whirlpool Special Order;url=showerstubs.asp#Whirpool Special Order;");
aI("text=Clawfoot Tub;url=showerstubs.asp#Clawfoot Tub;")
}

with(milonic=new menuname("sinksandvanities")){
overflow="scroll";
style=menuStyle2;
aI("text=Glass;url=sinksvanities.asp#Glass;");
aI("text=Glass Vanity;url=sinksvanities.asp#Glass Vanity;");
aI("text=Wooden Vanity;url=sinksvanities.asp#Wooden Vanity;");
aI("text=Glass Single Basin;url=sinksvanities.asp#Glass Single Basin;");
aI("text=Glass Double Basin;url=sinksvanities.asp#Glass Double Basin;");
aI("text=Glass Triple Basin;url=sinksvanities.asp#Glass Triple Basin;");
aI("text=Ceramic Basin;url=sinksvanities.asp#Ceramic Basin;");
}

with(milonic=new menuname("faucets")){
overflow="scroll";
style=menuStyle2;
aI("text=Planet Series;url=faucets.asp#Planet Series;");
aI("text=York Series;url=faucets.asp#York Series;");
aI("text=Milana Series;url=faucets.asp#Milana Series;");
aI("text=Harry Series;url=faucets.asp#Harry Series;");
aI("text=Ares Series;url=faucets.asp#Ares Series;");
aI("text=Athene Series;url=faucets.asp#Athene Series;");
}

with(milonic=new menuname("pedestalsinksandtoilets")){
overflow="scroll";
style=menuStyle2;
aI("text=Pedestal Sinks;url=pedestalsinkstoilets.asp#Pedestal Sinks;");
aI("text=Toilets;url=pedestalsinkstoilets.asp#Toilets;");
aI("text=Consoles;url=pedestalsinkstoilets.asp#Consoles;");
aI("text=Special Orders;url=pedestalsinkstoilets.asp#Special Orders;");
}

drawMenus();

