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;






// <-------- Menu Bar Style ---------->


with(menuStyle=new mm_style()){

borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="16px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";




// button BG colour
//offbgcolor="#CCCCCC";

// button boreder colour
//bordercolor="#666666";

//text colour
offcolor="#FFFFFF";


//mouse over BG colour 
//onbgcolor="#666666";

// text colour on mouse over
oncolor="#333366";




// after having your mouse over fade out...
outfilter="Fade(duration=0.6)";


// drop Shadow on menu 
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Fade(duration=0.4);Alpha(opacity=90)";



padding=3;

//pagebgcolor="#FFFFFF";
pagecolor="#000000";
separatorcolor=" ";
separatorsize=10;
subimagepadding=2;
}








// <-------- Menu DropDown Style ---------->



with(menuStyle2=new mm_style()){

borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";




// button BG colour
offbgcolor="#FFFFFF";

// button boreder colour
bordercolor="#CCCCCC";

//text colour
offcolor="#181818";


//mouse over BG colour 
onbgcolor="#9999cc";

// text colour on mouse over
oncolor="#FFFFFF";




// after having your mouse over fade out...
outfilter="Fade(duration=0.6)";


// drop Shadow on menu 
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Fade(duration=0.4);Alpha(opacity=91)";



padding=3;

pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor=" ";
separatorsize=1;
subimagepadding=2;
}








// <-------- how the menu is shown ---------->



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

//top=100;
//left=100;

orientation="vertical";
style=menuStyle;









//  <-------- Menu Headings --------> 

aI("text=Home;url=index.html;");         // Link to site code

aI("showmenu=arranging-a-funeral;text=Arranging a Funeral;");
aI("showmenu=on-the-day;text=On The Day;");
aI("showmenu=our-services;text=Our Services;");
aI("showmenu=how-much-will-cost;text=How Much Will It Cost;");
aI("showmenu=administration-probate;text=Wills / Probate;");
aI("showmenu=after-care;text=After Care;");


aI("text=Contact us;url=contact-us.html;");         // Link to site code
}





//  <-------- arranging-a-funeral --------> 

with(milonic=new menuname("arranging-a-funeral")){
overflow="scroll";
style=menuStyle2;

aI("text=Why Choose an Independent;url=Independent.html;")
aI("text=First Call;url=First-Call.html;")
aI("text=Registration;url=Registration.html;")
aI("text=Meeting The Funeral Director;url=Meeting-The-Funeral-Director.html;")
aI("text=The Funeral Home;url=The-Funeral-Home.html;")
}



//  <-------- on-the-day --------> 

with(milonic=new menuname("on-the-day")){
overflow="scroll";
style=menuStyle2;

aI("text=The Day Of The Funeral;url=The-Day-Of-The-Funeral.html;")
aI("text=The Cortege;url=The-Cortege.html;")

}





//  <-------- our-services --------> 

with(milonic=new menuname("our-services")){
overflow="scroll";
style=menuStyle2;

aI("text=Additional Services And Choices Available;url=Additional-Services-And-Choices-Available.html;")
aI("text=Memorial Service;url=Memorial-Service.html;")

}





//  <-------- how-much-will-cost --------> 

with(milonic=new menuname("how-much-will-cost")){
overflow="scroll";
style=menuStyle2;

aI("text=The Cost Of A Funeral;url=The-Cost-Of-A-Funeral.html;")
aI("text=Basic Simple / Traditional Funerals;url=Basic-Simple-Low-Cost-D-S-S-Funerals.html;")
aI("text=High Class Traditional Funeral;url=Traditional-Funeral.html;")
aI("text=Coffins and Caskets;url=Coffins-Caskets.html;")
aI("text=Prepaid Funeral Plans;url=Prepaid-Funeral-Plans.html;")

}



//  <-------- administration-probate --------> 

with(milonic=new menuname("administration-probate")){
overflow="scroll";
style=menuStyle2;

aI("text=Administration Of The Estate / Probate;url=Administration-Of-The-Estate-Probate.html;")
}




//  <-------- aafter-care --------> 

with(milonic=new menuname("after-care")){
overflow="scroll";
style=menuStyle2;

aI("text=Coping With Your Grief;url=Coping-With-Your-Grief.html;")
aI("text=Aftercare Service & Counselling;url=Aftercare-Service-Counselling.html;")
}



drawMenus();

