burl = ""
iurl = burl + ""
curl = burl + ""
durl = burl + ""
rurl = burl + ""
purl = burl + ""

//Menu object creations
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=190 
oCMenu.fromTop=50   
oCMenu.rows=1 
oCMenu.menuPlacement=""
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=300
oCMenu.fillImg="img/b.gif"
oCMenu.zIndex=100

//Background bar properties
oCMenu.useBar=0


//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=0
oCMenu.level[0].height=0 
oCMenu.level[0].regClass="menu"
oCMenu.level[0].overClass="menuover"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="menuborder"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=""
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=180
oCMenu.level[1].height=22
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-15
oCMenu.level[1].offsetY=-8
oCMenu.level[1].arrow="img/menu_arrow.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=9

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=420
oCMenu.level[2].height=22
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=-10
oCMenu.level[2].offsetY=-8
oCMenu.level[2].arrow="img/menu_arrow.gif"
oCMenu.level[2].arrowWidth=10
oCMenu.level[2].arrowHeight=9



/******************************************
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('t0','','About Us',burl + 'about_overview.aspx','',83,22,'pics/menu_about.gif')
oCMenu.makeMenu('s00','t0',' Overview',iurl + 'about_overview.aspx')
oCMenu.makeMenu('s01','t0',' Vision, mission and values',iurl + 'about_vision.aspx')
oCMenu.makeMenu('s02','t0',' History',iurl + 'about_history.aspx')
oCMenu.makeMenu('s03','t0',' How WOU is organised',iurl + '#')

oCMenu.makeMenu('s031','s03',' The governance structure',iurl + 'about_govstructure.aspx')
oCMenu.makeMenu('s032','s03',' The organisational structure',iurl + 'about_orgstructure.aspx')

oCMenu.makeMenu('s033','s03',' Vice-Chancellor',iurl + 'about_chancellor.aspx')
oCMenu.makeMenu('s034','s03',' Council',iurl + 'about_council.aspx')
oCMenu.makeMenu('s035','s03',' International Advisory Board',iurl + 'about_inadvisory.aspx')
//oCMenu.makeMenu('s036','s03',' Advisory Peer Group',iurl + 'about_advisory.aspx')
oCMenu.makeMenu('s04','t0',' Jobs at WOU',iurl + 'about_jobs.aspx')
oCMenu.makeMenu('s05','t0',' Tutor Recruitment Info',iurl + 'tutor_current_vacancies.aspx')
oCMenu.makeMenu('s06','t0',' WOU Mementos',iurl + 'about_wou_mementos.aspx')
oCMenu.makeMenu('s07','t0',' WOU Facilities',iurl + 'about_wou_facilities.aspx')
oCMenu.makeMenu('s08','t0',' Logo Rationale',iurl + 'news_logo.aspx')
oCMenu.makeMenu('s09','t0',' Crest Rationale',iurl + 'news_crest.aspx')

oCMenu.makeMenu('t1','','Study With Us',burl + 'study_odl.aspx','',97,22,'pics/menu_study.gif')
//oCMenu.makeMenu('s10','t1',' Overview',curl + 'study_overview.aspx')
oCMenu.makeMenu('s11','t1',' Open distance learning',curl + 'study_odl.aspx')
oCMenu.makeMenu('s12','t1','Schools & programmes',curl + '#')
oCMenu.makeMenu('s01200','s12',' School of Science and Technology',curl + 'study_sch_sc_overview.aspx')
oCMenu.makeMenu('s01201','s12',' School of Business and Administration',curl + 'study_sch_ba_overview.aspx')
oCMenu.makeMenu('s01202','s12',' School of Education, Languages and Communications',curl + 'study_sch_selc_overview.aspx')
oCMenu.makeMenu('s01203','s12',' School of Foundation and Liberal Studies',curl + 'study_sch_fou_overview.aspx')
oCMenu.makeMenu('s01204','s12',' Centre for Graduate Studies',curl + 'study_centre_gradstdy_overview.aspx')
oCMenu.makeMenu('s01205','s12',' Centre for Professional Development and Continuing Education (PACE)',curl + 'PACE_overview.aspx')

oCMenu.makeMenu('s13','t1','Learning support',curl + '#')
//oCMenu.makeMenu('s01301','s13',' Digital Library',curl + 'study_ls_library.aspx')
oCMenu.makeMenu('s01302','s13',' <i>WawasanLearn</i>',curl + 'study_ls_lms.aspx')
oCMenu.makeMenu('s01303','s13',' Tutor & tutorial support',curl + 'study_ls_tutor.aspx')
oCMenu.makeMenu('s01304','s13',' Regional offices',curl + 'study_ls_centre.aspx')

//oCMenu.makeMenu('s14','t1','Student services',curl + '#')
//oCMenu.makeMenu('s01401','s14',' Overview',curl + 'study_ss_overview.aspx')
//oCMenu.makeMenu('s01402','s14',' Account self-activation',curl + 'study_ss_register.aspx')
//oCMenu.makeMenu('s01403','s14',' Change password',curl + 'study_ss_changepw.aspx')
//oCMenu.makeMenu('s01404','s14',' Change personal identification phrase',curl + 'study_ss_changepiw.aspx')
//oCMenu.makeMenu('s01405','s14',' Change forgotten password',curl + 'study_ss_changefpw.aspx')

oCMenu.makeMenu('s14','t1','How to enrol',curl + '#')
//oCMenu.makeMenu('s01401','s14',' Where to Apply',curl + 'study_enrol_where.aspx')
oCMenu.makeMenu('s01402','s14',' Entry requirement',curl + 'study_enrol_entry.aspx')
oCMenu.makeMenu('s01403','s14',' Application procedure',curl + 'study_enrol_ap.aspx')
oCMenu.makeMenu('s01404','s14',' Fee schedule',curl + 'study_enrol_fschedule.aspx')
oCMenu.makeMenu('s01405','s14',' Making payment',curl + 'study_enrol_fees.aspx')
oCMenu.makeMenu('s01406','s14',' Financial assistance',curl + 'study_enrol_aid.aspx')
oCMenu.makeMenu('s01407','s14',' Obtaining a refund',curl + 'study_enrol_refund.aspx')

oCMenu.makeMenu('s15','t1','All you need to know',curl + 'study_know_programme.aspx')
oCMenu.makeMenu('s01501','s15',' Programme structure',curl + 'study_know_programme.aspx')
oCMenu.makeMenu('s01502','s15',' Semester structure',curl + 'study_know_semester.aspx')
oCMenu.makeMenu('s01503','s15',' How you will be assessed',curl + 'study_know_assess.aspx')
oCMenu.makeMenu('s01504','s15',' Administrative procedures',curl + 'study_know_admin.aspx')
oCMenu.makeMenu('s01505','s15',' Approval and accreditation',curl + 'study_know_approval.aspx')
oCMenu.makeMenu('s01506','s15',' Friends and Family Scheme',curl + 'friends_family_scheme.aspx')
oCMenu.makeMenu('s01507','s15',' Frequently Asked Questions',curl + 'study_faq.aspx')


oCMenu.makeMenu('t3','','Library','http://wou.edu.my/library/mozilla/default.aspx','',83,22,'pics/menu_library.gif')
oCMenu.makeMenu('s16','t3','Digital resources',curl + '#')
oCMenu.makeMenu('s01602','s16',' MyCatalogue',curl + 'library/finding_mycatalogue.aspx')
oCMenu.makeMenu('s01603','s16',' List of e-resources',curl + 'library/finding_mydigitallibrary.aspx')
oCMenu.makeMenu('s01604','s16',' A-Z journal listings',curl + 'library/finding_atoz.aspx ')
oCMenu.makeMenu('s01605','s16',' E-books center',curl + 'library/finding_ebooks.aspx')
oCMenu.makeMenu('s01606','s16',' E-course reserves ',curl + 'library/finding_creserves.aspx')
oCMenu.makeMenu('s01607','s16',' Staff Papers ',curl + 'library/finding_staffpapers.aspx')
//oCMenu.makeMenu('s01608','s16',' Past examination papers',curl + 'library/finding_exampapers.aspx')
oCMenu.makeMenu('s01609','s16',' WOU news clippings',curl + 'library/finding_newsclippings.aspx')
oCMenu.makeMenu('s01610','s16',' Useful internet reference resources',curl + 'library/finding_usefulref.aspx')
oCMenu.makeMenu('s01611','s16',' Links to other libraries catalogue',curl + 'library/finding_othercat.aspx')

oCMenu.makeMenu('s17','t3','Help',curl + '#')
oCMenu.makeMenu('s01702','s17',' Welcome to Wawasan Open Library (Ppt)',curl + 'library/LibraryOrientation0903.ppt')
oCMenu.makeMenu('s01703','s17',' Library tutorial',curl + 'library/using_tutorial.aspx')
oCMenu.makeMenu('s01704','s17',' Chat Online',curl + 'library/requesting_meebo.aspx')
oCMenu.makeMenu('s01705','s17',' Ask a librarian',curl + 'library/requesting_ask.aspx')
//oCMenu.makeMenu('s01706','s17',' Searching tips',curl + 'library/requesting_instruct.aspx')
oCMenu.makeMenu('s01707','s17',' Document delivery',curl + 'library/requesting_delivery.aspx')
oCMenu.makeMenu('s01708','s17',' Inter-library loans',curl + 'library/requesting_interlib.aspx')
oCMenu.makeMenu('s01709','s17',' Suggest a book',curl + 'library/requesting_suggestion.aspx')
oCMenu.makeMenu('s01710','s17',' Reporting technical problems',curl + 'library/requesting_techprob.aspx')
oCMenu.makeMenu('s01711','s17',' Subject guides',curl + 'library/requesting_subjg.aspx')
oCMenu.makeMenu('s01712','s17',' Library research guide',curl + 'library/requesting_resguide.aspx')
oCMenu.makeMenu('s01713','s17',' Research and writing guides',curl + 'library/requesting_research_ref.aspx')
oCMenu.makeMenu('s01714','s17',' Turnitin.com',curl + 'library/requesting_turnitin.aspx')
//oCMenu.makeMenu('s01714','s17',' Citation guides',curl + 'library/requesting_research_writing_guides.aspx')
//oCMenu.makeMenu('s01715','s17',' Advice for students on plagiarism',curl + 'library/requesting_rwplagiarism.aspx')
oCMenu.makeMenu('s01716','s17',' Internet search engines',curl + 'library/finding_othercat.aspx')
oCMenu.makeMenu('s01717','s17',' Assessing e-services',curl + 'library/requesting_eservices.aspx')
oCMenu.makeMenu('s01718','s17',' FAQs',curl + 'library/requesting_faq.aspx')



oCMenu.makeMenu('s18','t3','General Information',curl + '#')
oCMenu.makeMenu('s01802','s18',' About Us',curl + 'library/using_generalinfo.aspx')
oCMenu.makeMenu('s01803','s18',' Opening hours',curl + 'library/using_opening_hours.aspx')
oCMenu.makeMenu('s01804','s18',' Regional Office libraries',curl + 'library/using_regional_centre_lib.aspx')
oCMenu.makeMenu('s01805','s18',' Collections',curl + 'library/finding_collections.aspx')
oCMenu.makeMenu('s01806','s18',' MyLibrary account',curl + 'library/using_account.aspx')
oCMenu.makeMenu('s01807','s18',' Facilities',curl + 'library/using_facilities.aspx')
oCMenu.makeMenu('s01808','s18',' Gifts & Donations',curl + 'library/using_gift.aspx ')
oCMenu.makeMenu('s01809','s18',' Rules and regulations',curl + 'library/using_rules.aspx')
oCMenu.makeMenu('s01810','s18',' External membership',curl + 'library/using_membership.aspx')
oCMenu.makeMenu('s01811','s18',' Quiz',curl + 'library/quiz/index.html')


oCMenu.makeMenu('t4','','News Room',burl + 'news_overview.aspx','',83,22,'pics/menu_news.gif')
oCMenu.makeMenu('s40','t4','Highlights',burl + 'news_overview.aspx')
oCMenu.makeMenu('s41','t4','Exhibitions/Fairs',burl + 'news_exhibitions.aspx')
oCMenu.makeMenu('s42','t4','Press release',burl + 'news_release.aspx')
oCMenu.makeMenu('s43','t4','News items',burl + 'news_items.aspx')
oCMenu.makeMenu('s44','t4','Photo gallery','news_gallery.aspx')
oCMenu.makeMenu('s45','t4','Video gallery','news_video_gallery.aspx')

oCMenu.makeMenu('t5','','FAQ',burl + 'faq_overview.aspx','',38,22,'pics/menu_faq.gif')
oCMenu.makeMenu('t50','t5',' Open distance learning',burl + 'faq_overview.aspx')
oCMenu.makeMenu('t51','t5',' Wawasan Open University',burl + 'faq_wou.aspx')
oCMenu.makeMenu('t52','t5',' Sub-degree programmes',burl + 'faq_sub_degree_programme.aspx')
oCMenu.makeMenu('t53','t5',' Degree programmes',burl + 'faq_programme.aspx')
oCMenu.makeMenu('t54','t5',' CeMBA',burl + 'faq_cemba.aspx')
oCMenu.makeMenu('t55','t5',' CeMPA',burl + 'faq_cempa.aspx')
oCMenu.makeMenu('t56','t5',' Academic calendar',burl + 'faq_acalendar.aspx')
oCMenu.makeMenu('t57','t5',' Application and admission',burl + 'faq_admission.aspx')
oCMenu.makeMenu('t58','t5',' Financial information',burl + 'faq_financialinfo.aspx')
oCMenu.makeMenu('t59','t5',' Administrative procedures',burl + 'faq_adminpro.aspx')
oCMenu.makeMenu('t60','t5',' Course material',burl + 'faq_cmaterial.aspx')
oCMenu.makeMenu('t501','t5',' Learning support services',burl + 'faq_tutor.aspx')
oCMenu.makeMenu('t502','t5',' Examination',burl + 'faq_exam.aspx')
oCMenu.makeMenu('t503','t5',' MUET',burl + 'faq_muet.aspx')
oCMenu.makeMenu('t504','t5',' Facilities',burl + 'faq_facilities.aspx')
oCMenu.makeMenu('t505','t5',' Advanced Standing',burl + 'faq_advancedcredits.aspx')
oCMenu.makeMenu('t506','t5',' WEF Study Grant',burl + 'faq_study_grant.aspx')
oCMenu.makeMenu('t507','t5',' Enquiries',burl + 'faq_queries.aspx')

oCMenu.makeMenu('t6','','Contact Us',burl + 'contact.aspx','',83,22,'pics/menu_contact.gif')
oCMenu.makeMenu('s60','t6',' Contact point',burl + 'contact.aspx')
oCMenu.makeMenu('s61','t6',' Enquiries',burl + 'contact_enquiries.aspx')

oCMenu.makeMenu('t7','','Career',burl + 'about_jobs.aspx','',83,22,'pics/menu_career.gif')


//Leave this line - it constructs the menu
oCMenu.construct()		


function ow(strpage,w,h,sb,tb,mb){
if (!w)w = 530;
if (!h)h = 400;
if (!sb)sb = 'yes';
if (!tb)tb = 'yes';
if (!mb)mb = 'yes';
myset = "width=" + w + ",height=" + h + ",resizable,scrollbars="+sb+",titlebar="+tb+",menubar="+tb
var mywin = window.open(strpage,'Euromonitor',myset);
mywin.focus()
}
