fixMozillaZIndex=true;
_menuCloseDelay=800;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-4;

imageDir='images';


with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
align='left';
headerbgcolor="#ffffff";
headercolor="#000000";
high3dcolor="#000000";
low3dcolor='#000000';
offbgcolor="#5E5E78";	<!-- OFF CELL background color - all cells in dropdown  -  Old cell color = #478080    Dark Green = #153035   Dark indigo = #2C2B53  lighter grey = #696F84 >
offcolor="#000000";		<!-- OFF text color >
onbgcolor="#ffffff";		<!-- CELL background color on mouseover>
oncolor="#669999";		<!-- TEXT color on mouseover >
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#82B6D7";     <!-- CELL background color for on current page>
pagecolor="black";
separatorcolor="none";
separatorsize=0;
subimage="";
subimagepadding=5;
}


with(submenuStyle=new mm_style()){
bordercolor="#006B78";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
align='left';
headerbgcolor="#ffffff";
headercolor="#000000";
high3dcolor="#000000";
low3dcolor='#000000';	 
offbgcolor="#5E5E78";	<!-- OFF CELL background color - all cells in dropdown  -  Old cell color = #478080   Dark Green = #153035   Dark indigo = #2C2B53  lighter grey = #696F84 >
offcolor="#FFFFFF";		<!-- OFF text color >
onbgcolor="#ffffff";		<!-- CELL background color on mouseover>
oncolor="#A5B753";		<!-- TEXT color on mouseover  -   was #666666>
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#A5B755";         <!-- CELL background color for on current page>
pagecolor="black";
separatorcolor="none";
separatorsize=0;
subimage=imageDir+"/arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition='center';
top="offset=209";
left="offset=-180";
style=menuStyle;
aI("image="+imageDir+"/nav_home_off.jpg;overimage="+imageDir+"/nav_home_on.jpg;showmenu=home;url=index.htm;");
aI("image="+imageDir+"/nav_services_off.jpg;overimage="+imageDir+"/nav_services_on.jpg;url=Services.htm;");
aI("image="+imageDir+"/nav_etc_off.jpg;overimage="+imageDir+"/nav_etc_on.jpg;showmenu=etc;url=About.htm;");
}

with(milonic=new menuname("home")){
style=submenuStyle;
aI("text=Visit My Blog;url=http://blog.shearedgehair.com/;");
}

with(milonic=new menuname("etc")){
style=submenuStyle;
aI("text=About Shear Edge;url=About.htm;");
aI("text=Bocce Ministry - The Bocce Ball Story;url=Bocce_Ministry.htm;");
aI("text=Church on the Edge - Coming Soon!;url=#;");
}

function refresh()
{
    window.location.href=window.location.href;
}

drawMenus();

window.onresize = refresh;


<!--  aI("image="+imageDir+"/topnav_left_fade1.jpg;");  -->
<!-- aI("image="+imageDir+"/topnav_tile1.jpg;width=100%;");  -->
