fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-2;

//chkWidth = screen.width;
//chkWidth = ((screen.width) / 100) * 65;
//eachItem = (chkWidth) / 8;
//eachItem1 = chkWidth / 6;
//eachItem1 = chkWidth /10;
chkWidth = ((screen.width) / 100) * 60;
eachItem = (chkWidth) / 6;
eachItem1 = chkWidth / 4;
//alert(eachItem);



with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
onclass="menu_on";
offclass="menu_off";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=0;
//pagebgcolor="#99CCFF";
separatorpadding=0;
separatorsize=0;
align="center";
subimage="";
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial,Verdana";
fontsize="9";
fontstyle="bolder";
headerbgcolor="#FF0000";
headercolor="#00FF00";
offbgcolor="#006600";
offcolor="#ffffff";
onbgcolor="#BBBBBB";
oncolor="#006600";
pagebgcolor="#009900";
pagecolor="#FFFFFF";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
itemheight=10;
itemwidth= eachItem;


//aI("text=Home;showmenu=;url=index.php;");
aI("text=About Us;showmenu=About_Us;url=about_us.php");
aI("text=Members & Membership;showmenu=View_Members;url=lbbc_members.php");
aI("text=News & Information;showmenu=View_News;url=about_libya.php");
aI("text=Events;showmenu=View_Events;url=about_lbbc_events.php");
//aI("text=Visa Application;url=visa_applications.php");
aI("text=Contact Us;url=contact_us.php");
//aI("text=Settings;showmenu=View_Setting;url=");
}

 
with(milonic=new menuname("View_News")){
position="absolute";
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= eachItem1;
aI("text=About Libya;url=about_libya.php");
aI("text=Market Intelligence;url=market_intelligence.php");
aI("text=Breaking News;url=breaking_news.php");
aI("text=Bulletin Board;url=bulletin_board.php");
//aI("text=Media Resources;url=media_resources.php");
}

 
with(milonic=new menuname("View_Events")){
position="absolute";
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= eachItem1;
aI("text=About LBBC Events;url=about_lbbc_events.php");
aI("text=Programme of Events;url=events_programme.php");
aI("text=Events Archive;url=events_archive.php");
//aI("text=Event Participation Benefits;url=event_participation_benefits.php");
}


with(milonic=new menuname("About_Us")){
position="absolute";
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= eachItem1;
aI("text=About the LBBC;url=about_us.php");
aI("text=Key Members of Staff;url=key_members_of_staff.php");
//aI("text=Aims &amp; Objectives;url=aims_and_objectives.php");
//aI("text=Services;showmenu=View_Services;url=services.php");
aI("text=What We Do;url=what_we_do.php");
aI("text=Contact Us;url=contact_us.php");
}

with(milonic=new menuname("View_Members")){
	position="absolute";
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= eachItem1;
aI("text=LBBC Members;url=lbbc_members.php");
aI("text=Benefits of Membership;url=membership_benefits.php");
//aI("text=Basic List of Members;url=basic_list_members.php");
aI("text=Members Database;url=search_members.php");
aI("text=Becoming a Member;url=becoming_member.php");
}
 
with(milonic=new menuname("View_Services")){
	position="absolute";
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= eachItem1;
aI("text=Visa Applications;url=visa_applications.php");
aI("text=Events &amp; Networking Services;url=events_and_networking.php");
aI("text=News &amp; Information Services;url=news_and_info.php");
aI("text=Contact Us;url=contact_us.php");

}

drawMenus();/**/