
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=3;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=1;
fontsize="9";
fontstyle="bold";

fontfamily="verdana,Arial,sans-serif";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#993300";
headerbgcolor="#ffffff";
subimage="images/hgt1.gif";
subimagepadding="0";

}


with(milonic=new menuname("top")){
style=menuStyle;
top=49;
left=653
// menuwidth="352";
menualign="left";
alwaysvisible=1;
orientation="horizontal";
aI("text=Find Us&nbsp;showmenu=find_us");
aI("text=|&nbsp;");
aI("text=Internal Links&nbsp;showmenu=Int_links;");
aI("text=|&nbsp;");
}

with(milonic=new menuname("find_us")){
style=menuStyle;
top=29;
left=653
orientation="horizontal";
aI("text=Bahrain&nbsp;url=bahrain.htm;");
aI("text=&nbsp;Kuwait&nbsp;url=kuwait.htm;");
aI("text=&nbsp;Oman&nbsp;url=oman.htm;");
aI("text=&nbsp;Qatar&nbsp;url=qatar.htm;");
aI("text=UAE&nbsp;url=uae.htm;");
}
with(milonic=new menuname("Int_links")){
style=menuStyle;
top=29;
left=705
orientation="horizontal";
aI("text=&nbsp;DBS &nbsp;url=http://www.albahar.ae/dbs.htm;target=_blank");
aI("text=&nbsp;Web Mail &nbsp;url=http://mail.albahar.ae/exchange;target=_blank");
}
drawMenus();


function openHelp(urlstr)
	{
		window.open(urlstr);

	}
	

