
/*
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=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

rootPath = 'http://www.gulfbase.com/site/';


with(submenuStyle=new mm_style()){
offbgcolor="#DEEFFF";
offcolor="#003366";
onbgcolor="#36537D";
oncolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="xx-small";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
itemwidth="230";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=rootPath + "images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
offbgcolor="#DEEFFF";
offcolor="#003366";
onbgcolor="#36537D";
oncolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="xx-small";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
itemwidth="150";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=rootPath + "images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(mainmenuStyle=new mm_style()){
align="center";
onbgcolor="#DEEFFF";
oncolor="#33557B";
offbgcolor="#006995";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="xx-small";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=mainmenuStyle;
top=101;
left=1;
followscroll = 1;
alwaysvisible=1;
orientation="horizontal";
position = "relative";
//aI("text=Home;showmenu=Home;");
aI("text=Home;itemwidth=90;showmenu=Home;");
aI("text=Company Profiles;itemwidth=120;showmenu=Profiles;");
aI("text=Investment Tools;itemwidth=120;showmenu=InvestmentTools;");
aI("text=Screeners;itemwidth=90;showmenu=Screeners;");
aI("text=News & Articles;itemwidth=90;showmenu=News;");
aI("text=GCC Economy;itemwidth=90;showmenu=TheGCC;");
aI("text=IPOs;itemwidth=90;showmenu=IPO;");
aI("text=Mutual Funds;itemwidth=90;showmenu=MutualFunds;");
aI("text=Investment Tutorial;itemwidth=120;url=" + rootPath + "Interface/Tutorial/Browses.aspx;");
aI("text=Downloads;itemwidth=90;showmenu=Downloads;");
}

with(milonic=new menuname("IPO")){
style=menuStyle;
aI("text=IPO Central;url=" + rootPath + "interface/Free/IPOCentral.aspx;");
}


with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Home;url=" + rootPath + "interface/Index.aspx;");
aI("text=Member Services;showmenu=MemberServices;");
aI("text=Membership;showmenu=Membership;");
aI("text=About Us;url=" + rootPath + "interface/AboutUs.aspx;");
aI("text=Our Services;showmenu=OurServices;");
aI("text=Contact Us;url=" + rootPath + "interface/ContactUs.aspx;");
aI("text=Advertise With Us;url=" + rootPath + "interface/Advertisment.aspx;");
aI("text=Employment;url=" + rootPath + "interface/Employment.aspx;");
aI("text=Tell A Friend;url=" + rootPath + "interface/sendtofriend.aspx;");
aI("text=Help;showmenu=Help;");
}

with(milonic=new menuname("MemberServices")){
style=menuStyle;

aI("text=Change Password;url=" + rootPath + "Interface/free/memberservices/changepassword.aspx;");
aI("text=Update Personal Data;url=" + rootPath + "Interface/free/memberservices/updatepersonaldata.aspx;");
aI("text=Account Status;url=" + rootPath + "Interface/free/memberservices/Subscriptionstatus.aspx;");
aI("text=Renew Account;url=" + rootPath + "Interface/renewaccount.aspx;");
aI("text=Upgrade Account;url=" + rootPath + "Interface/free/memberservices/Upgradeaccount.aspx;");

}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Key Features;url=" + rootPath + "Interface/KeyFeatures.aspx;");
aI("text=FREE;url=" + rootPath + "Interface/freeregistration.aspx;");
aI("text=Premium;url=" + rootPath + "Interface/memberregistration.aspx;");
aI("text=Business Subscription;url=" + rootPath + "Interface/BusinessSubsc.aspx;");
aI("text=Terms of Services;url=" + rootPath + "Interface/Terms.aspx;");
aI("text=Legal Update;url=" + rootPath + "Interface/LegalUpdate.aspx;");
}

with(milonic=new menuname("OurServices")){
style=menuStyle;
aI("text=Individual;url=" + rootPath + "Interface/Individual.aspx;");
aI("text=Institutional;url=" + rootPath + "Interface/Institutional.aspx;");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=Using Our Site;url=" + rootPath + "Interface/UsingOurSite.aspx;");
aI("text=Quick Start Guide;url=" + rootPath + "Interface/QuickTips/QuickStartGuide.pdf;");
aI("text=Q & A;url=" + rootPath + "Interface/QA.aspx;");
aI("text=Feed Back;url=" + rootPath + "Interface/feedback.aspx;");
aI("text=Glossary;url=" + rootPath + "Interface/Glossary.aspx;");
aI("text=Privacy Policy;url=" + rootPath + "Interface/Privacy.aspx;");
aI("text=Sitemap;url=" + rootPath + "Interface/SiteMap.aspx;");
}

with(milonic=new menuname("Profiles")){
style=menuStyle;
aI("text=Company Profile Sample;url=" + rootPath + "interface/SampleProfile.aspx;");
aI("text=Company Profiles List;showmenu=CompanyProfiles;");
aI("text=Recommendations;url=" + rootPath + "interface/Research/ResearchRecByAllCompanies.aspx;");
}

with(milonic=new menuname("CompanyProfiles")){
style=submenuStyle;
aI("text=Saudi Stock Exchange - Tadawul;url=" + rootPath + "interface/CompanyList.aspx?m=1;");
aI("text=Dubai Financial Market - DFM;url=" + rootPath + "interface/CompanyList.aspx?m=2;");
aI("text=Abu Dhabi Securities Exchange - ADX;url=" + rootPath + "interface/CompanyList.aspx?m=3;");
aI("text=Kuwait Stock Exchange - KSE;url=" + rootPath + "interface/CompanyList.aspx?m=4;");
aI("text=Bahrain Stock Exchange - BSE;url=" + rootPath + "interface/CompanyList.aspx?m=5;");
aI("text=Muscat Securities Market - MSM;url=" + rootPath + "interface/CompanyList.aspx?m=6;");
aI("text=Doha Securities Market - DSM;url=" + rootPath + "interface/CompanyList.aspx?m=7;");
}

with(milonic=new menuname("InvestmentTools")){
style=menuStyle;
aI("text=Indices & Commodities;showmenu=indices;");
aI("text=GCC Industry Leaders;url=" + rootPath + "interface/membership/GCCIndustryLeaders.aspx?s=107;");
aI("text=Earning Watch;url=" + rootPath + "interface/financialresults.aspx?m=1&q=3;");
aI("text=Market Watch;showmenu=MarketWatch;");
aI("text=My Market Watch;url=" + rootPath + "interface/Free/MyMarketWatch.aspx;");
aI("text=My Portfolio;url=" + rootPath + "Interface/Portfolio/PortfolioMain.aspx;");
aI("text=Technical Analysis;url=" + rootPath + "Interface/stockchart/TechnicalAnalysisEOD.aspx;");

}

with(milonic=new menuname("indices")){
style=menuStyle;
aI("text=GCC Market Indices;showmenu=gccindices;");
aI("text=GulfBase Indices;url=" + rootPath + "interface/SubIndex.aspx?Market=0&Sector=94&Official=False;");
aI("text=Global Indices;url=" + rootPath + "interface/global.aspx;");
aI("text=Crude Oils;url=" + rootPath + "interface/IndexCommodity.aspx?cid=6;");
aI("text=Precious Metals;url=" + rootPath + "interface/IndexCommodity.aspx?cid=4;");
}

with(milonic=new menuname("gccindices")){
style=submenuStyle;
aI("text=Saudi Stock Exchange - Tadawul;url=" + rootPath + "interface/SubIndex.aspx?Market=1&Sector=0&Official=True;");
aI("text=Dubai Financial Market - DFM;url=" + rootPath + "interface/SubIndex.aspx?Market=2&Sector=0&Official=True;");
aI("text=Abu Dhabi Securities Exchange - ADX;url=" + rootPath + "interface/SubIndex.aspx?Market=3&Sector=0&Official=True;");
aI("text=Kuwait Stock Exchange - KSE;url=" + rootPath + "interface/SubIndex.aspx?Market=4&Sector=0&Official=True;");
aI("text=Bahrain Stock Exchange - BSE;url=" + rootPath + "interface/SubIndex.aspx?Market=5&Sector=0&Official=True;");
aI("text=Muscat Securities Market - MSM;url=" + rootPath + "interface/SubIndex.aspx?Market=6&Sector=0&Official=True;");
aI("text=Doha Securities Market - DSM;url=" + rootPath + "interface/SubIndex.aspx?Market=7&Sector=0&Official=True;");
}

with(milonic=new menuname("MarketWatch")){
style=submenuStyle;
aI("text=Saudi Stock Exchange - Tadawul;url=" + rootPath + "interface/MarketWatch.aspx?m=1;");
aI("text=Dubai Financial Market - DFM;url=" + rootPath + "interface/MarketWatch.aspx?m=2;");
aI("text=Abu Dhabi Securities Exchange - ADX;url=" + rootPath + "interface/MarketWatch.aspx?m=3;");
aI("text=Kuwait Stock Exchange - KSE;url=" + rootPath + "interface/MarketWatch.aspx?m=4;");
aI("text=Bahrain Stock Exchange - BSE;url=" + rootPath + "interface/MarketWatch.aspx?m=5;");
aI("text=Muscat Securities Market - MSM;url=" + rootPath + "interface/MarketWatch.aspx?m=6;");
aI("text=Doha Securities Market - DSM;url=" + rootPath + "interface/MarketWatch.aspx?m=7;");
}
/*
with(milonic=new menuname("StockFilter")){
style=menuStyle;
aI("text=Pre-Designed screener;url=" + rootPath + "Interface/Free/PredesignedReports.aspx;");
aI("text=Custom screener;url=" + rootPath + "Interface/Membership/StockFilter.aspx;");
}*/

with(milonic=new menuname("Screeners")){
style=menuStyle;

aI("text=Preset Screener;url=" + rootPath + "Interface/Free/PredesignedReports.aspx;");
aI("text=Stock Screener;url=" + rootPath + "Interface/Membership/StockFilter.aspx;");
aI("text=Report Screener;url=" + rootPath + "interface/Research/ReportScreener.aspx;");
aI("text=Market Data Screener;url=" + rootPath + "Interface/DataScreen/MarketData.aspx?g=1;");

}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=GCC News;showmenu=GCCNews;");
aI("text=Articles;url=" + rootPath + "interface/SpecialArticles.aspx;");
aI("text=Global Markets;url=" + rootPath + "interface/NewsArchive.aspx?nc=4;");
aI("text=Corporate Announcements;url=" + rootPath + "interface/Membership/Announcements.aspx;");

}

with(milonic=new menuname("GCCNews")){
style=menuStyle;
aI("text=Economy & Business;url=" + rootPath + "interface/NewsArchive.aspx?nc=1;");
aI("text=Market;url=" + rootPath + "interface/NewsArchive.aspx?nc=2;");
aI("text=Company;url=" + rootPath + "interface/NewsArchive.aspx?nc=3;");

}
with(milonic=new menuname("TheGCC")){
style=menuStyle;
aI("text=About GCC;url=" + rootPath + "interface/thegcc/gccoverview.aspx;");
aI("text=Saudi Arabia;url=" + rootPath + "interface/thegcc/gcc.aspx?c=ksa;");
aI("text=Kuwait;url=" + rootPath + "interface/thegcc/gcc.aspx?c=kuwait;");
aI("text=UAE;url=" + rootPath + "interface/thegcc/gcc.aspx?c=uae;");
aI("text=Bahrain;url=" + rootPath + "interface/thegcc/gcc.aspx?c=bahrain;");
aI("text=Oman;url=" + rootPath + "interface/thegcc/gcc.aspx?c=oman;");
aI("text=Qatar;url=" + rootPath + "interface/thegcc/gcc.aspx?c=qatar;");
}

with(milonic=new menuname("MutualFunds")){
style=menuStyle;
aI("text=Mutual Funds;showmenu=Funds;");
aI("text=Mutual Fund Screener;url=" + rootPath + "interface/Fund/Membership/SearchFund.aspx;");
aI("text=Top Performing Funds;url=" + rootPath + "interface/Fund/Membership/TopPerformingFunds.aspx?s=0;");
}

with(milonic=new menuname("Funds")){
	style=menuStyle;
	aI("text=Saudi Arabia;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=1;");
	aI("text=UAE;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=2;");
	aI("text=Kuwait;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=3;");
	aI("text=Bahrain;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=4;");
	aI("text=Oman;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=5;");
	aI("text=Qatar;url=" + rootPath + "interface/Fund/SelectFund.aspx?cid=6;");
}

with(milonic=new menuname("Downloads")){
	style=menuStyle;
	aI("text=Price Data;url=" + rootPath + "interface/free/download.aspx;");
	aI("text=Research Reports;showmenu=ResearchReports;url=" + rootPath + "interface/Research/ResearchCentral.aspx;");
	//aI("text=Market Reports;url=" + rootPath + "interface/DailyReports.aspx;");
	aI("text=Periodical Reports;url=" + rootPath + "interface/PeriodicalReports.aspx;");
}

with(milonic=new menuname("ResearchReports")){
	style=submenuStyle;
	aI("text=Economic Reports;url=" + rootPath + "interface/Research/ResearchList.aspx?cat=1;");
	aI("text=Market Reports;url=" + rootPath + "interface/Research/ResearchList.aspx?cat=2;");
	aI("text=Equity Reports;url=" + rootPath + "interface/Research/ResearchList.aspx?cat=3;");

}
drawMenus();

