_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=500              // Follow scrolling speed
_followRate=100              // Follow scrolling Rate
_subOffsetTop=-1            // Sub menu top offset
_subOffsetLeft=0          // Sub menu left offset
_scrollAmount=3             // Only needed for Netscape 4.x
_scrollDelay=20				// Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
align="right";
onbgcolor="#FFFFFF";
oncolor="#0099FF";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="Bold";
fontfamily="Arial, Helvetica";
pagecolor="";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyleB=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#0099FF";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="Bold";
fontfamily="Arial, Helvetica";
pagecolor="";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("who")){
style=menuStyleB;
itemwidth=120;
aI("text=&nbsp;LeumiABL&nbsp;;url=LeumiABL.asp;");
aI("text=&nbsp;Bank Leumi Group&nbsp;;url=LeumiGroup.asp;");
aI("text=&nbsp;The team&nbsp;;url=TheTeam.asp;");
aI("text=&nbsp;Our service pledge&nbsp;;url=ServicePledge.asp;");
}

with(milonic=new menuname("CaseStudies")){
style=menuStyleB;
itemwidth=160;
aI("text=&nbsp;Safe guarding cashflow&nbsp;;url=CaseStudy1.asp;");
aI("text=&nbsp;Financing&nbsp;;url=CaseStudy2.asp;");
}

with(milonic=new menuname("services")){
style=menuStyleB;
itemwidth=160;
aI("text=&nbsp;Invoice finance&nbsp;;url=InvoiceFinance.asp;");
aI("text=&nbsp;Stock finance&nbsp;;url=StockFinance.asp;");
aI("text=&nbsp;Plant & machinery finance&nbsp;;url=PlantFinance.asp;");
aI("text=&nbsp;Trade finance&nbsp;;url=TradeFinance.asp;");
aI("text=&nbsp;Property finance&nbsp;;url=PropertyFinance.asp;");
aI("text=&nbsp;Commercial banking&nbsp;;url=http//:xxxx.com;");
}

with(milonic=new menuname("news")){
style=menuStyleB;
itemwidth=120;
aI("text=&nbsp;Recent deals&nbsp;;url=RecentDeals.asp;");
aI("text=&nbsp;Press coverage&nbsp;;url=PressCoverage.asp;");
}

with(milonic=new menuname("contact")){
style=menuStyleB;
itemwidth=160;
aI("text=&nbsp;Contact form&nbsp;;url=WebForm.asp;");
aI("text=&nbsp;Sign up to email newsletter&nbsp;;url=EmailNewsletter.asp;");
aI("text=&nbsp;Introducing business&nbsp;;url=IntroducingBusiness.asp;");
}

