function mmLoadMenus() { if (window.mm_menu_ins) return; window.mm_menu_new_1 = new Menu("Pilot Projects",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_new_1.addMenuItem("How to Apply","location='apply.html'"); window.mm_menu_new_2 = new Menu("Cirrhosis Research Program",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_new_2.addMenuItem("Investigators","location='cirrhosisinv.html'"); window.mm_menu_new = new Menu("root",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_new.addMenuItem("Who We Are","location='aboutus.html'"); mm_menu_new.addMenuItem("Basic Researches","location='basicresearch.html'"); mm_menu_new.addMenuItem("Community Outreach","location='clincalresearch.html'"); mm_menu_new.addMenuItem(mm_menu_new_1,"location='pilotprojects.html'"); mm_menu_new.addMenuItem(mm_menu_new_2,"location='cirrhosis.html'"); mm_menu_new.addMenuItem("Cores","location='cores.html'"); window.mm_menu_eve = new Menu("root",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_eve.addMenuItem("Directory ","location='directory.html'"); mm_menu_eve.addMenuItem("Center Members ","location='centermemb.html'"); mm_menu_eve.addMenuItem("Advisory Board Members","location='advboard.html'"); mm_menu_eve.addMenuItem("Outreach Committee Members","location='outreachmem.html'"); mm_menu_eve.addMenuItem("Administrative Staff","location='admin.html'"); window.mm_menu_pro_1 = new Menu("Symposium",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_pro_1.addMenuItem("Travel Awards","location='travelawards.html'"); window.mm_menu_pro_2 = new Menu("Lee Summer Fellowship",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_pro_2.addMenuItem("Frequently Asked Questions","location='leestudentfaq.html'"); window.mm_menu_pro = new Menu("root",190,40,false,false,"#b5bfb0","#d3cab9"); mm_menu_pro.addMenuItem("International Symposium on ALPD & Cirrhosis ","location='calendar.html'"); mm_menu_pro.addMenuItem("Past Events ","location='pastevents.html'"); window.mm_menu_wik_1 = new Menu("Post- & Pre-doctoral Training",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_wik_1.addMenuItem("Training Faculty","location='trainingfaculty.html'"); window.mm_menu_wik_2 = new Menu("Lee Summer Fellowship",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_wik_2.addMenuItem("Frequently Asked Questions","location='leestudentfaq.html'"); window.mm_menu_wik_3 = new Menu("Pathology 575",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_wik_3.addMenuItem("Spring 2008 Schedule","location='assets/path575sp.pdf'"); window.mm_menu_wik = new Menu("root",190,40,false,false,"#b5bfb0","#d3cab9"); mm_menu_wik.addMenuItem("Education","location='education.html'"); mm_menu_wik.addMenuItem("Alcohol and Your Health - 2007 Seminar","location='2007survey.html'"); mm_menu_wik.addMenuItem(mm_menu_wik_1,"location='training.html'"); mm_menu_wik.addMenuItem(mm_menu_wik_2,"location='leestudent.html'"); mm_menu_wik.addMenuItem(mm_menu_wik_3,"location='path575.html'"); mm_menu_wik.addMenuItem("Information for the Public","location='infoforpublic.html'"); window.mm_menu_pub_1 = new Menu("Newsletter",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_pub_1.addMenuItem("Past Issues ","location='pastnewsletters.html'"); window.mm_menu_pub = new Menu("root",190,18,false,false,"#b5bfb0","#d3cab9"); mm_menu_pub.addMenuItem("Publications","location='publications.html'"); mm_menu_pub.addMenuItem("Selected Publications","location='selectedpubs.html'"); mm_menu_pub.addMenuItem(mm_menu_pub_1,"location='newsletter.html'"); mm_menu_pub.writeMenus(); }