


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5             // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

_OffsetTop=50



with(menuStyle=new mm_style()){
onbgcolor="#EFEFEF";
oncolor="#EFEFEF";
offbgcolor="#EFEFEF";
offcolor="#EFEFEF";
bordercolor="#EFEFEF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#15305D";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#FAF5F5";
headercolor="#FAF5F5";
headerbgcolor="#FAF5F5";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#fffffff', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0)";
position="relative";
}

with(menuStyle2=new mm_style()){
onbgcolor="#F2635C";  	//background colour
oncolor="#FFFFFF";     	//rollover text colour
offbgcolor="#FFFFFF";	//background colour rollover
offcolor="#4d4d4d";	      //normal text colour
bordercolor="#6a6b6d";   //outer border colour
borderstyle="solid";
borderwidth=0;
separatorcolor="#878787";
separatorsize="1";
padding=5;
fontsize="85%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";   //colour for text box with on that page
headercolor="#000000";
headerbgcolor="#ffffff";
//image="images/navBar/arrow.gif;overimage=images/navBar/arrow_ro.gif";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(menuStyle3=new mm_style()){
onbgcolor="#e0e0e0";
oncolor="#067fe3";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
offbgcolor="#e0e0e0";
offcolor="#000000";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#15305D";
separatorsize="0";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(milonic=new menuname("Approach")){
style=menuStyle2;
orientation="vertical"
aI("text=How we work;url=how.html;");
aI("text=Terms of business;url=terms.html;");
}

with(milonic=new menuname("Offer")){
style=menuStyle2;
orientation="vertical"
aI("text=Property & possessions;url=property.html;");
aI("text=Farms & estates;url=farms_estates.html;");
aI("text=Overseas property;url=overseas.html;");
aI("text=Art collections;url=art.html;");
aI("text=Property portfolios;url=portfolio.html;");
aI("text=Trustee liability;url=trustee.html;");
aI("text=Yachts;url=yachts.html;");
aI("text=Aeroplanes & helicopters;url=aero.html;");
aI("text=Travel & personal accident;url=travel.html;");
aI("text=Medical insurance;url=medical.html;");
aI("text=Term life insurance;url=term.html;");
aI("text=Private captives;url=private.html;");
aI("text=Small/medium size commercial insurance;url=commercial.html;");
}

with(milonic=new menuname("Are")){
style=menuStyle2;
orientation="vertical"
aI("text=Key personnel;url=personnel.html;");
aI("text=Company history;url=history.html;");
aI("text=FSA;url=fsa.html;");
aI("text=Financial ombudsman;url=financial.html;");
aI("text=Compensation scheme;url=compensation.html;");
aI("text=Data protection act;url=data.html;");
aI("text=Consumer credit licence;url=credit.html;");
}


with(milonic=new menuname("Articles")){
style=menuStyle2;
orientation="vertical"
aI("text=Lay trustees;url=lay_trustee_article.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Contacts")){
style=menuStyle2;
orientation="vertical"

}


drawMenus();

