/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/


oCMenu.makeMenu('top0','','Home&nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/index.html','','55')
	
oCMenu.makeMenu('top1','','About Us&nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/about_us/About_MAS.html','','80')
	oCMenu.makeMenu('sub11','top1','Brief Introduction','/about_us/Introduction_to_MAS.html')
	oCMenu.makeMenu('sub12','top1','Board & Management','/about_us/mgt_structure/Board_and_Management.html')
	oCMenu.makeMenu('sub13','top1','Departments in MAS','/about_us/Departments_in_MAS.html')	
	oCMenu.makeMenu('sub14','top1','International Advisory Panel','/about_us/IAP_Members.html','','','35')
	oCMenu.makeMenu('sub15','top1','S&acute;pore Note & Coin Advisory Committee','/about_us/notecoin_advisory_comm/Currency_Committee_SNCAC.html','','','35')
	oCMenu.makeMenu('sub16','top1','MAS Offices','/about_us/MAS_Offices.html')
	oCMenu.makeMenu('sub17','top1','Annual Reports & Financial Statements','/about_us/annual_reports/annual_reports.html','','','35')
	oCMenu.makeMenu('sub18','top1','MAS Monographs','/publications/monographs/info_papers_and_monographs.html#monographs')

oCMenu.makeMenu('top2','','Publications&nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/publications/','','100')
	oCMenu.makeMenu('sub201','top2','Annual Reports & Financial Statements','/about_us/annual_reports/annual_reports.html','','','35')	
	oCMenu.makeMenu('sub202','top2','Consultation Papers','/publications/consult_papers/Reports_and_Consultation_Papers.html')
	oCMenu.makeMenu('sub203','top2','Surveys','/eco_research/surveys/Survey.html')
	oCMenu.makeMenu('sub204','top2','Monthly Statistical Bulletin','/data_room/msb/Monthly_Statistical_Bulletin.html','','','35')
	oCMenu.makeMenu('sub205','top2','Macroeconomic Review','/eco_research/eco_dev_ana/Macroeconomic_Review.html')
	oCMenu.makeMenu('sub206','top2','Financial Stability Review','/publications/MAS_FSR.html','','','35')
	oCMenu.makeMenu('sub207','top2','Staff Papers','/publications/staff_papers/index.html')
	oCMenu.makeMenu('sub208','top2','Information Papers','/publications/monographs/info_papers_and_monographs.html')
	oCMenu.makeMenu('sub209','top2','MAS Monographs','/publications/monographs/info_papers_and_monographs.html#monographs')
	oCMenu.makeMenu('sub210','top2','Financial Hub Singapore','/publications/Financial_Hub_Singapore.html')
	oCMenu.makeMenu('sub211','top2','Consumer Guides','http://www.moneysense.gov.sg/publications/guides_publications/Consumer_Portal_MoneySense_ConsumerGuides.html','_blank')
	oCMenu.makeMenu('sub212','top2','Reports by Other Organisations','/publications/Reports_by_External_Organisations.html','','','35')		

oCMenu.makeMenu('top3','','News&nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/news_room/','','55')
	oCMenu.makeMenu('sub31','top3','Speeches','/news_room/statements/statements_index.html')
	oCMenu.makeMenu('sub32','top3','Press Releases','/news_room/press_releases/press_releases_index.html')
	oCMenu.makeMenu('sub33','top3','Parliamentary Replies','/news_room/parliamentary_questions/parliamentary_questions_index.html')
	oCMenu.makeMenu('sub34','top3','Forum Letter Replies','/news_room/letters_to_editors/letters_to_editors_index.html')

oCMenu.makeMenu('top4','','Careers @ MAS &nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/careers/','','130')
	oCMenu.makeMenu('sub40','top4','HR Philosophy','/careers/HR_Philosophy.html')
	oCMenu.makeMenu('sub41','top4','Senior Officer Positions','/careers/so/Senior_Officer_Positions.html')
	oCMenu.makeMenu('sub42','top4','Graduate Officer Scheme','/careers/go/Graduate_Officer_Scheme.html','','','35')
	oCMenu.makeMenu('sub43','top4','Support Staff Positions','/careers/support_staff/Support_Staff_Positions.html')
	oCMenu.makeMenu('sub44','top4','Undergraduate Scholarship','/careers/scholarship/MAS_Scholarships.html','','','35')
	oCMenu.makeMenu('sub45','top4','Internship Program','/careers/internship/Internship.html')

oCMenu.makeMenu('top6','','FAQs&nbsp;<img src="/images/menubar-sep.gif" alt="|" width="4" height="14" align="absmiddle"/>&nbsp;','/faq/','','52')
		
oCMenu.makeMenu('top7','','Useful Links','/useful_links/useful_links.html','','100')


//Leave this line - it constructs the menu
oCMenu.construct()
