fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

// MIKE BEGIN
// Change this to point to the URL pointing to the root of your host. 
// You can change it to a local directory during development.
host_url = "http://www.dianalindesign.com";
//host_url = "file:///C:/Documents%20and%20Settings/diana/My%20Documents/0%20dianalindesigndotcom/"; 
// MIKE END

with(menuStyle=new mm_style()){

borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="95%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
//offborder="1px solid #FCD2C0";
offcolor="#000033";
onbgcolor="#FFFFFF";
oncolor="#BD2227";
//onborder="1px solid #FCD2C0";
outfilter="Fade(overlap=2.00, duration=0.5)";
overfilter="Fade(overlap=1.00,duration=1.0);Alpha(opacity=90)";
padding=3;
rawcss="padding-left:3px;padding-right:3px;";
pagebgcolor="#fcd2c0";
pagecolor="#ffffff";
subimage=host_url+"/images/arrow.gif";
subimagepadding=3;
separatorcolor="#FFFFFF";
separatorheight=20;
separatorsize=3;


}

with(submenuStyle=new mm_style()){

borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="95%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#BF7360";
//offborder="1px solid #FCD2C0";
onbgcolor="#ffffff";
oncolor="#BD2227";
//onborder="1px solid #FCD2C0";
outfilter="Fade(overlap=2.00, duration=2.0)";
overfilter="Fade(overlap=2.50,duration=2.0);Alpha(opacity=80)";
padding=3;
rawcss="padding-left:11px;padding-right:10px;";
pagebgcolor="#ffffff";
pagecolor="#BF7360";
separatorcolor='#ffffff';
separatoralign='right';
separatorsize=2;
subimage=host_url+"/images/arrow2.gif";
subimagepadding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=20;
orientation="horizontal";
style=menuStyle;
top=39;
aI("status=About Us;text= About Us ;url="+host_url+"/about_us.html");
aI("status=Products;text=Collections ;url="+host_url+"/products.html;showmenu=collections;");
aI("status=Our Designer;text=Designers ;url="+host_url+"/designer.html;showmenu=designers;");
aI("status=Press and Recognitions;text= PRESS ;url="+host_url+"/news.html; target=_new;");
aI("status=View Cart;text= Shopping Cart ;url="+host_url+"/managecart.html;");
//aI("status=Retailer List;text=Retailers;url="+host_url+"/retailers.html;");
aI("status=Contact;text= Contact ;url="+host_url+"/contact.asp");
aI("status=Our Designer;text=eGallery ;url="+host_url+"/egallery.html;");
}

with(milonic=new menuname("collections")){
style=submenuStyle;
aI("&nbsp;");
aI("text=Lighting;url="+host_url+"/products/lighting.html;");
aI("text=Living;url="+host_url+"/products/living.html;");
aI("text=Office;url="+host_url+"/products/office.html;");
}

with(milonic=new menuname("designers")){
style=submenuStyle;
aI("&nbsp;");
aI("text=Diana Lin Design;url="+host_url+"/dianalindesign.html;");
aI("text=AW Designs;url="+host_url+"/awdesigns.html;");
aI("text=25togo;url="+host_url+"/25togo.html;");
}


drawMenus();


