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=2;
_subOffsetLeft=-2;

// LOCALIZE URLS
var base_url=document.domain;
if(base_url == "127.0.0.1") {
	base_url=base_url+"/dev/menu";
}
var http_url = "http://"+base_url+"/";
base_url= document.location.protocol+"//"+base_url+"/";

// STYLE FOR MAIN VISIBLE MENU
with(menuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A39161";
offcolor="#000000";
onbgcolor="#A39161";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#A39161";
pagecolor="#FFFFFF";
//separatorcolor="#FFFFFF";
//separatorsize=0;
separatorheight=1;
separatorpadding=0;
separatorwidth=25;
separatorimage=base_url+"img/blank.gif";
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
}

/*
with(milonic=new menuname("Main Menu")){
screenposition="center";
alwaysvisible=1;
//left=30;
top=103;
orientation="horizontal";
style=menuStyle;
//itemwidth=200;
//menuwidth=720;
//menuheight=26;
margin=3;
aI("text=Home;url="+base_url+"home.html;");
aI("showmenu=collection;text=Collection;");
aI("text=Meet the Designer;url=meet_designer.html;");
aI("text=Where to Buy;url=where-to-buy.html;");
aI("text=Press;url=press.html;");
aI("text=Contact Us;url=contact.html;");
aI("text=Customer Service;url=customer_service.html;");
}
*/

// STYLE FOR DROPDOWN MENU
with(subStyle=new mm_style()){
itemwidth=116;
//itemheight=14;
bordercolor="#381402";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="blank.gif";
//imageheight=1;
//imagewidth=7;
offbgcolor="#CFEDE6";
offcolor="#000000";
onbgcolor="#381402";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
separatorsize=1;
separatorcolor="#381402";
//separatorheight=1;
//subimage=base_url+"img/arrow.gif";
//subimagepadding=7;
}


with(milonic=new menuname("collection")){
style=subStyle;
aI("text=Gold+Rocks;url="+http_url+"show.php?s=col&id=1;");
aI("text=Silver+Rocks;url="+http_url+"show.php?s=col&id=2;");
aI("text=RockLess;url="+http_url+"show.php?s=col&id=3;");
aI("text=View Entire Store;url="+http_url+"show.php?s=all;");
//aI("text=I+DO;url="+base_url+"show.php?s=col&id=4;");
//aI("text=TAGS;url="+base_url+"product_tag_.html;");
}

//drawMenus();

