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;




with(menuStyle=new mm_style()){
/*bordercolor="#999999";
borderstyle="solid";
borderwidth=1;*/
fontfamily="Verdana, Tahoma, Arial";
fontsize=12;
fontstyle="normal";
headerbgcolor="#CCCCCC";
headercolor="#CCCCCC";
offbgcolor="#CCCCCC";
offcolor="#FFFFFF";
onbgcolor="#999999";
oncolor="#FFFFFF";
align="center";
/*outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";*/
padding=4;
//rawcss= 'padding-left:10px;';
itemheight=24;
//itemwidth=81;
//itemwidth=200;

//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="../../arrow.gif";
//subimagepadding=2;
}


with(subStyle= new mm_style()){
	//bordercolor="#FFFFFF";
	//borderstyle="solid";
	offbgcolor="#999999";
	offcolor="#FFFFFF";
	//onbgcolor="#A0A0A0";
	onbgcolor="#B6BC50";
	oncolor="#FFFFFF";
	fontweight="bold";
	//borderwidth=1;
	itemheight=20;
	itemwidth=140;
	//overfilter="Alpha(opacity=80)";
	padding=4;
	rawcss= 'padding-left:10px;width: 110px';
}

with(subStyle2= new mm_style()){
	offbgcolor="#999999";
	offcolor="#FFFFFF";
	onbgcolor="#FF9933";
	oncolor="#FFFFFF";
	fontweight="bold";
	itemheight=20;
	itemwidth=280;
	padding=4;
	rawcss= 'padding-left:10px;';
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
//aI("status=Back To Home Page;text=Home;url=http://www.milonic.com/;");
aI("text=Home;url=home.php;");
aI("showmenu=Biography;text=Biography;url=biography.php;");
aI("showmenu=Gallery;text=Gallery;url=work.php?fn=1960;");
aI("showmenu=Exhibitions;text=Exhibitions;url=exhibitions.php;");
aI("showmenu=Reproductions;text=Reproductions;url=reproductions.php;");
aI("text=News;url=news.php;");
aI("showmenu=Further Info;text=Further Info;url=info.php;");
aI("text=Contact;url=contact.php;");
}



with(milonic=new menuname("gallery")){
style=subStyle;
aI("text=1960;url=work.php?fn=1960;");
aI("text=1970;url=work.php?fn=1970;");
aI("text=1980;url=work.php?fn=1980;");
aI("text=1990;url=work.php?fn=1990;");
aI("text=2000+;url=work.php?fn=2000;");
}

with(milonic=new menuname("news")){
style=subStyle2;
aI("text=24-10-2005: The ghost of Picasso;url=news.php?id=1;");
aI("text=12-06-2005: A new commission...;url=news.php?id=2;");
}

drawMenus();


