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="#000";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
headerbgcolor="#000";
headercolor="#000000";
offbgcolor="#000";
offcolor="#ff9900";
onbgcolor="#000";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#000000";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimage="http://www.lensculture.com/images/rollout_arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#000";
headercolor="#000000";
offbgcolor="#000";
offcolor="#ff9900";
onbgcolor="#333333";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
outfilter="Fade(overlap=1.00, duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#000000";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimage="http://www.lensculture.com/images/rollout_arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=760;
orientation="vertical";
style=menuStyle;
//top=450;
top=distanceFromTop;
left=distanceFromLeft;
aI("showmenu=photo;text=photographers;");
aI("showmenu=audio;text=audio interviews;");
}

var photoVar;
var audioVar;

with(milonic=new menuname("photo")){
overflow="scroll";
style=submenuStyle;
itemwidth='170';
	for (var x=0;x<photoList.length;x++) {
		photoVar = "text=" + photoList[x] + ";url=http://www.lensculture.com/" + photoList[x+1] + ".html;"
		aI(photoVar);
	x++;
	}
}

with(milonic=new menuname("audio")){
overflow="scroll";
style=submenuStyle;
itemwidth='170';
for (var x=0;x<audioList.length;x++) {
		audioVar = "text=" + audioList[x] + ";url=http://www.lensculture.com/" + audioList[x+1] + ".html;"
		aI(audioVar);
	x++;
	}

}drawMenus();

