//To create menus, call makeMenu with these values:
//the menu id - should be a sequential number - don't skip any
//the top and left coordinates of where the menu should appear
//a list of links in this format:
//	link title,0,link URL

makeMenu(1,190,89,"Mission &amp; Goals",0,"/missiongoals.html","History",0,"/history.html","Location",0,"/location.html");
makeMenu(2,250,89,"By Category",0,"/researchers_categories2.html","By Department",0,"/researchers_dept2.html");
makeMenu(3,383,89,"NIL Contact List",0,"/phonelist.html","Admin Contacts",0,"/staffadmin/index.html","CSG Contacts",0,"/csg/contact_info.html","Emergency Clinical Contacts",0,"/emergency_contacts.html","Emergency On Call Numbers",0,"/oncall.html","Emergency BMR Contacts",0,"/911Contacts.html");
makeMenu(4,450,89,"Upcoming Lectures",0,"/cal.html","Archived Lectures",0,"/videos.html","Lab Meetings",0,"/labmeetings.html","NIL Meeting Notes",0,"http://mirsharepoint.wustl.edu/nilsteer/default.aspx");
makeMenu(5,549,89,"Mission &amp; Goals",0,"/about.html","History",0,"about.html","Location",0,"about.html","Affiliation",0,"about.html","People",0,"about.html");
makeMenu(6,601,89,"Mission &amp; Goals",0,"about.html","History",0,"about.html","Location",0,"about.html","Affiliation",0,"about.html","People",0,"about.html");
makeMenu(7,657,89,"Mission &amp; Goals",0,"about.html","History",0,"about.html","Location",0,"about.html","Affiliation",0,"about.html","People",0,"about.html");
makeMenu(8,195,271,"RIIS System",0,"http://imaging.wustl.edu:81/RIIS/","RIIS Spectrometer Module",0,"http://radsci2.neuroimage.wustl.edu/cgi-bin/riiscgi/qrySpec_RIIS.pl","RIIS Query Module",0,"http://radsci2.neuroimage.wustl.edu/cgi-bin/riiscgi/qryRIIS2.pl","NIL Protocol Review",0,"/nil/nilreview.html","MR Access Code Module",0,"http://radsci2.neuroimage.wustl.edu/cgi-bin/riiscgi/RIISconfirm.pl","Image Archive",0,"http://www.nil.wustl.edu/archive");
makeMenu(9,195,292,"General Campus Map",0,"/map.html","Calendar System",0,"https://www.nil.wustl.edu:7070/WebAccess/","Calendar System Help",0,"/calendar/index.html","Iplanet Calendar",0,"http://nil.wustl.edu:82","MIR Sharepoint Calendar",0,"http://mirsharepoint.wustl.edu","NIL Discussion Board",0,"http://mirsharepoint.wustl.edu/discuss/default.aspx","NIL Web Email",0,"https://www.nil.wustl.edu/nsexpress","Iplanet Web Email",0,"https://nil.wustl.edu/","NIL Image Gallery",0,"http://www.nil.wustl.edu/gallery","Time Sheets(Exempt Staff)",0,"/timesheets","NIL Outlook Web Access (Public Internet)",0,"https://nilmail.wustl.edu/exchange/","NIL Outlook Web Access (Private Network)",0,"https://nilex01.neuroimage.wustl.edu/exchange/","Exchange 2007 Public Email",0,"https://nilmail07.wustl.edu/owa","Exchange 2007 Private Email",0,"https://nilex07.neuroimage.wustl.edu/owa","Neuroimage Password Change",0,"https://nilmail07.wustl.edu/IISADMPWD/aexp2b.asp");
makeMenu(10,195,316,"MRI Documentation",0,"../scannerdoc/index.html","MARS Training",0,"http://marstraining","fMRI Analysis Methods",0,"../labs/fidl/index.html","NPG Analysis Software",0,"../labs/npg/index.html","Computer Training",0,"procs/training.html","Research Opportunities",0,"../research_opportunities.html","Volunteer Opportunities",0,"../research_studies.html","Other Links",0,"../educational_links.html");
makeMenu(11,195,340,"Scanner Status",0,"//light.neuroimage.wustl.edu/~gfoster/status.html","Scanner Documentation",0,"http://www.nil.wustl.edu/~gfoster/docs.html","Scanner Discussion Forum",0,"http://mirsharepoint.wustl.edu/discuss/default.aspx");
makeMenu(12,195,364,"Item 1",0,"about.html","Item 2",0,"about.html","Item 3",0,"about.html","Item 3",0,"about.html","Item 3",0,"about.html");
makeMenu(13,195,388,"CSG Home Page",0,"http://www.nil.wustl.edu/csg/index.html","Open Trouble Ticket",0,"mailto:nil-systems@npg.wustl.edu","FAQs",0,"http://www.nil.wustl.edu/csg/faqs/index.html","Private VPN Access Resources",0,"http://www.nil.wustl.edu/csg/faqs/CiscoVPN.html","Exchange 2007 Connection Info",0,"http://www.nil.wustl.edu/exchange07connect.html","Backup Systems",0,"http://www.nil.wustl.edu/csg/faqs/backup/index.html","CSG Grant Information",0,"http://mirsharepoint.wustl.edu/CSG%20Grant%20Info/Forms/AllItems.aspx");
makeMenu(14,195,412,"Anatomy & Neurobiology",0,"http://thalamus.wustl.edu","Neurology/Neurosurgery",0,"http://www.neuro.wustl.edu","Pediatrics",0,"http://www.peds.wustl.edu","Psychiatry",0,"http://www.psychiatry.wustl.edu","Psychology",0,"http://www.psych.wustl.edu");
makeMenu(15,195,436,"CNDA",0,"https://cndabeta.wustl.edu","Washington University Home Page",0,"http://www.wustl.edu","Washington University Search Page",0,"http://www.wustl.edu/directory.html","MIR Home Page",0,"http://mir.wustl.edu","MIR Citrix Access",0,"https://mircitrix.wustl.edu","Neurology Citrix Access",0,"https://access.wustl.edu");
makeMenu(16,195,460,"New User Request Form",0,"../meetings/newuser.doc","HIPAA Training Worksheet",0,"../meetings/HIPAAworksheet.doc","Network Connectivity Form",0,"../meetings/networkcon.doc");
makeMenu(17,600,89,"Exchange 2007 Public Web Access",0,"https://nilmail07.wustl.edu/owa","Exchange 2007 Private Web Access",0,"https://nilex07.neuroimage.wustl.edu/owa","Exchange 2007 Connection Info",0,"http://www.nil.wustl.edu/exchange07connect.html", "Exchange Group Calendars");

//set these color for your background or rollover colors

//standard pop menu background color
bgcolor = "#FFFFFF";

//left menu background color
bgcolor2 = "#660000";

//top pop menu roll color
rollcolor1 = "#336699";

//left pop menu roll color
rollcolor2 = "#660000";

//left menu roll color
rollcolor3 = "#993333";

writeMenus();
startup();
