_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#ACACAC";
offbgcolor="#ACACAC";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth="1";
padding="3";
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
separatorcolor="#2D729D";
separatorsize="1";
itemwidth="137";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=4)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=0;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Our Company;showmenu=Company;");
aI("text=Funeral Services;showmenu=Services;");
aI("text=Planning Ahead;showmenu=Planning;");
aI("text=Floral & Memorial ;showmenu=Floral;");
aI("text=Locations;showmenu=Locations;");
//aI("text=Test;showmenu=Test;");
}

with(milonic=new menuname("Company")){
style=menuStyle;
itemwidth="150";
aI("text=Welcome;url=default.asp;");
aI("text=NFS in the Community;url=nfs.asp;");
aI("text=History;url=default2.asp?section=History;");
aI("text=Memberships;url=default2.asp?section=Memberships;");
aI("text=Frequently Asked Questions;url=faq.asp");
aI("text=Useful Contacts;url=Useful_Contacts.asp;");
aI("text=Contact Us;url=page.asp;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
itemwidth="150";
aI("text=When a loved one dies;url=what-to-do.asp?section=When_a_love_one_dies;");
aI("text=Registering a death and the work of the Coroner;url=registering.asp;");
aI("text=Arranging a funeral;url=arrang_funeral.asp;");
aI("text=Chapels of Rest;url=Chapels_of_Rest.asp;");

aI("text=On the day;url=on_the_day.asp;");
aI("text=Multi faith;url=multi_faith.asp;");
aI("text=Repatriation;url=default2.asp?section=Repatriation;");
aI("text=Service chapels;url=default2.asp?section=Chapel;");
aI("text=Cremation;url=Cremation.asp;");
aI("text=Burial;url=burial.asp;");
//aI("text=projects;url=projects.asp?section=Projects&view=default;");
}

with(milonic=new menuname("Planning")){
style=menuStyle;
itemwidth="150";
aI("text=Pre-paid funeral plans;url=PrePayments.asp;");
aI("text=Pre-arranging a funeral;url=Pre_arranging.asp;");
aI("text=Book, To Shed a Light;url=book.asp;");
//aI("text=Book, To Shed a Light;url=default.asp?section=Book To Shed a Light;");
}

with(milonic=new menuname("Floral")){
style=menuStyle;
itemwidth="150";
aI("text=Floral service;url=default2.asp?section=Floral Services;");
aI("text=Memorial Masons;url=default2.asp?section=Memorial Masons;");
}

with(milonic=new menuname("Locations")){
style=menuStyle;
itemwidth="150";
aI("text=Luton;url=default2.asp?section=Luton;");
aI("text=Bedford;url=default2.asp?section=Bedford;");
aI("text=Garlicks;url=default2.asp?section=Garlicks;");
aI("text=Shefford;url=default2.asp?section=Shefford;");
aI("text=Ampthill;url=default2.asp?section=Ampthill;");
aI("text=Hitchin;url=default2.asp?section=Hitchin;");
//aI("text=Hemel Hempstead;url=default.asp?section=Hemel Hempstead;");
aI("text=Hemel Hempstead;url=Hemel.asp;");
aI("text=;url=default2.asp?section=Electrical Services;");
}

//with(milonic=new menuname("Test")){
//style=menuStyle;
//itemwidth="150";
//aI("text=Test1;url=default.asp?section=Test1;");
//aI("text=Test2;url=default.asp?section=Test2;");
//aI("text=Test3;url=default.asp?section=Test3;");
//}

drawMenus();


