
/*** set up the menu ***/
/*** e.g.: addMenuItem(<id>, <text>, <url>, <"true" if pop-up>); ***/

addMenuItem("lnew", "Latest Listed Company Information" , HTTP_HEADER + "://" + KANHAN_STRING + wwweps_url + "/listedco/listconews/sehk/SEHK_LISTEDCO_DATETIME_TODAY.HTM" );

addMenuItem("inve", "Investor ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/investor.htm");
addMenuItem("part", "Exchange and Clearing House Participants ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/expart.htm");
addMenuItem("issu", "Issuer Services ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/issuerservice.htm");
addMenuItem("grow", "Growth Enterprise Market ", "http://www.hkgem.com/", true);
addMenuItem("prod", "Product ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/product.htm");
addMenuItem("trad", "Trading Information ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/tradinfo.htm");
addMenuItem("pers", "News Room ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/press/press.htm");
addMenuItem("regu", "Regulatory Framework and Rules ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/regulatory.htm");
addMenuItem("list", "Listing Matters and Listed Companies ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/listing/listing.htm");
addMenuItem("cons", "Market Consultation ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/consul/marketconsultation.htm");
addMenuItem("rese", "Research Centre ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/research/research.htm");
addMenuItem("stat", "Data & Statistics ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/datastatistics.htm");
addMenuItem("data", "Data Product and Publication Subscription ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/publications.htm");
addMenuItem("infr", "Market Operations and Infrastructure ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/infra1.htm");
addMenuItem("inve", "Investment Service Centre ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invest/isc.htm");
addMenuItem("chin", "China Stock Markets Web ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/csm/homepage.asp?LangCode=en", true);
addMenuItem("enqu", "Contact, Enquiry and Complaint ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/enq_compl/index.htm");
addMenuItem("link", "Hyperlink Directory ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/hyperlink/hyperlink.htm");
addMenuItem("link", "Glossary ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/glossary/glossary.htm");

/*** set up the quick links list ***/
/*** e.g.: addQuickLink(<text>, <url>, <"true" if pop-up>); ***/

addQuickLink("--------- QuickLinks ---------", "");
addQuickLink("CPT Programme", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/cpt/cptindx.htm");
addQuickLink("Daily Quotations", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/markdata/quot/qtn.asp");
addQuickLink("Disclosure of Interests", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invest/di/di.htm");
addQuickLink("Electronic Disclosure", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/edp/index.htm");
addQuickLink("FAQ", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invedu/faq/faqsehk.htm");
addQuickLink("Investor Account Service", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invacct/acctsvc/acctsvc_page.htm ");
addQuickLink("Investor Education", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invedu/invedu_page.htm");
addQuickLink("Investment Service Centre", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invest/isc.htm");
addQuickLink("Job Opportunities", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/exchange/job/job.htm");
addQuickLink("List of Securities", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/tradinfo/stockcode/stockcode.htm");
addQuickLink("Notes for Mainland Investors", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/invest/mainland/ml.htm");
addQuickLink("Real-time Data", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/vendor/vendor.htm");
addQuickLink("System Training", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/infra/systemtraining.htm");
addQuickLink("Trading Arrangements Upon", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/tradinfo/typhoon/Trading_Arrangements_During_Typhoon_and_Black_Rainstorm.htm");
addQuickLink("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Typhoons and Black Rainstorm", HTTP_HEADER + "://" + KANHAN_STRING + wwwhkex_url + "/tradinfo/typhoon/Trading_Arrangements_During_Typhoon_and_Black_Rainstorm.htm");



/*** set up the items in "Core Level Title" drop-down list ***/
/*** e.g.: addCategory(<text>); ***/

// from navigation menu
addCategory("Investor");
addCategory("Exchange and Clearing House Participants");
addCategory("Issuer Services");
addCategory("Growth Enterprise Market");
addCategory("Product");
addCategory("Trading Information");
addCategory("Press Room");
addCategory("Regulatory Framework and Rules");
addCategory("Listing Matters and Listed Companies");
addCategory("Market Consultation");
addCategory("Research Centre");
addCategory("Data & Statistics");
addCategory("Data Product and Publication Subscription");
addCategory("Market Operations and Infrastructure");
addCategory("Investment Service Centre");
addCategory("China Stock Markets Web");
addCategory("Contact, Enquiry and Complaint");
addCategory("Hyperlink Directory");
// other items
addCategory("Corporate");
addCategory("Investor Relations Corner");
addCategory("Visit HKEx");
addCategory("Glossary");
addCategory("Sitemap");


