


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";		
oncolor="#B000B0";			//menu font colour
offbgcolor="#F5F5F5";		//background menu colour
offcolor="black";
bordercolor="#FF9933";
borderstyle="solid";
borderwidth=0;
separatorcolor="#efefef";
separatorsize="0";
padding=7;
fontsize="85%";
fontstyle="normal";
fontcolor="black";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
pagecolor="000000";
//pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="black";
subimage="arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#ffffff', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;title=Home Page;status=home;");
aI("text=Deregistered;url=Deregistered.htm;title=Deregistered;");
aI("text=Introduction;showmenu=Introduction;");
aI("text=About the CRB;showmenu=About the CRB;");
aI("text=Our Clients;showmenu=Our Clients;");
aI("text=Privacy;url=privacy.htm;title=Privacy;");
aI("text=Contact HRBC;url=Contact_us.asp;title=Contact HRBC;");
}

with(milonic=new menuname("Deregistered")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("About the CRB")){
style=menuStyle;
overflow="scroll";
aI("text=The CRB Process;url=The CRB Process.htm;title=The CRB Process;");
aI("text=CRB requirements;url=CRB requirements.htm;title=CRB requirements;");
aI("text=Information, News & Useful Links;url=Information, News & Useful Links.htm;title=Information, News & Useful Links;");
}

with(milonic=new menuname("home")){
style=menuStyle;
overflow="scroll";
aI("text=;url=;title=;");
}

with(milonic=new menuname("Introduction")){
style=menuStyle;
overflow="scroll";
aI("text=Who Are We;url=Who Are We.htm;title=Who Are We;");
aI("text=Our Guarantee;url=Our Guarantee.htm;title=Our Guarantee;");
aI("text=The Key Difference;url=The Key Difference.htm;title=The Key Difference;");
}


with(milonic=new menuname("Our Clients")){
style=menuStyle;
overflow="scroll";
aI("text=Art, Dance, Drama & Workshops;showmenu=Art, Dance, Drama & Workshops;");
aI("text=Bailiffs, FSA & Security;showmenu=Bailiffs, FSA & Security");
aI("text=All Care, Specialist Support, Medical & Dental;showmenu=All Care, Specialist Support, Medical & Dental;");
aI("text=Addiction Organisations, Charity, Schools & Voluntary;showmenu=Addiction Organisations, Charity, Schools & Voluntary;");
aI("text=IT, Engineering and Specialist Contractors;url=IT, Engineering and Specialist Contractors.htm;title=IT, Engineering and Specialist Contractors;");
aI("text=Professional Services;showmenu=Professional Services;");

}
with(milonic=new menuname("Privacy")){
style=menuStyle;
overflow="scroll";
}
with(milonic=new menuname("Contact HRBC")){
style=menuStyle;
overflow="scroll";
}


///////////////our clients///////////
with(milonic=new menuname("Professional Services")){
style=menuStyle;
overflow="scroll";
aI("text=Adventure, Sport & Wildlife;url=Sport, Adventure & Wildlife.htm;title=Adventure, Sport & Wildlife;");
aI("text=Cleaning Services & Laundry;url=Cleaning Services & Laundry.htm;title=Cleaning Services & Laundry;");
aI("text=Enterprise & Construction;url=Enterprise & Construction.htm;title=Enterprise & Construction;");
aI("text=Health & Social Care and Recruitment;url=Health & Social Care and Recruitment.htm;title=Health & Social Care and Recruitment;");
aI("text=Market Research;url=Market Research.htm;title=Market Research;");
aI("text=Media Services;url=Media Services.htm;title=Media Services;");
aI("text=Occupational Health & Safety & Environmental Services;url=Occupational Health & Safety & Environmental Services.htm;title=Occupational Health & Safety & Environmental Services;");
aI("text=Personal Development & Specialist Services;url=Personal Development & Specialist Services.htm;title=Personal Development & Specialist Services;");
aI("text=Training and Specialist Support;url=Training and Specialist Support.htm;title=Training and Specialist Support;");

}
 
with(milonic=new menuname("Bailiffs, FSA & Security")){
style=menuStyle;
overflow="scroll";
aI("text=Bailiffs, FSA & Security;url=Bailiffs, FSA & Security.htm;title=Bailiffs, FSA & Security;");
aI("text=Government & Councils;url=Government and Councils.htm;title=Government & Councils;");
}

with(milonic=new menuname("Art, Dance, Drama & Workshops")){
style=menuStyle;
overflow="scroll";

aI("text=Art, Workshops & Childrens Play;url=Art, Workshops & Childrens Play.htm;title=Art, Workshops & Childrens Play;");
aI("text=Dance, Drama, Music & Theatre;url=Dance, Drama, Music & Theatre.htm;title=Dance, Drama, Music & Theatre;");
}

with(milonic=new menuname("Addiction Organisations, Charity, Schools & Voluntary")){
style=menuStyle;
overflow="scroll";
aI("text=Addiction Treatment & Specialist Providers;url=Addiction Treatment & Specialist Providers.htm;title=CAddiction Treatment & Specialist Providers;");
aI("text=Charity Organisations;url=Charity Organisations.htm;title=Charity Organisations;");
aI("text=Schools - Independent and Public & Private Teaching;url=Schools - Independent and Public & Private Teaching.htm;title=Schools - Independent and Public & Private Teaching;");
aI("text=Voluntary;url=Voluntary.htm;title=Voluntary;");
}


with(milonic=new menuname("All Care, Specialist Support, Medical & Dental")){
style=menuStyle;
overflow="scroll";
aI("text=Clinics, Dental, Medical &amp; Beauty;url=Clinics, Dental, Medical &amp; Beauty.htm;title=Clinics, Dental, Medical &amp; Beauty;");
aI("text=Residential Care & Nursing, Domicilary, Nursery and Specialist Support;url=Residential Care & Nursing, Domicilary, Nursery and Specialist Support.htm;title=Residential Care & Nursing, Domicilary, Nursery and Specialist Support;");
}

drawMenus();




