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()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#003366";
//visitedcolor="ccdfea";
offborder="006699";
borderstyle="solid";
borderwidth=0;
menuheight="20";
itemheight="20";
itemwidth=50;
margin="0";
align="center";
separatorcolor="#4F8EB6";
separatorsize="1";
padding=2;
menualign="center";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
fontsize=12;
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, SanSerif";
overimage="whitearrows.gif";
pagecolor="#ffffff";
//pagebgcolor="#99bdd5";
pagebgcolor="#006699"; /*ccdfea*/
headercolor="#000099";
headerbgcolor="#ffffff";
subimage="rarrowbox1.gif";
onsubimage="rarrowbox3.gif"
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
menuheight="15";
style=menuStyle;
position="relative";
aI("text=Home;url=http://www.dentalhistory.org;image=bluearrows.gif;");
aI("text=Terms;url=/termsofuse.htm;");
aI("text=Support;url=/support.htm;");
}

drawMenus();


