//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,285,87,"Exam Info for Patients",0,"/clinical/patients.html","Referring Physician Info",0,"/clinical/physicians.html","Special Studies Available",0,"/clinical/specialstudies.html","Scheduling Forms",0,"/clinical/schedforms.html","Preparation for Studies",0,"/clinical/preparation.html","Contact Information",0,"/clinical/contact.html","Location",0,"/clinical/location.html");
makeMenu(2,381,87,"Oncologic PET",0,"/research/oncpet.html","Neurology PET",0,"/research/neuropet.html","Cardiac Nuc Med",0,"/research/cardiac.html","Drug Investigations",0,"/research/druginv.html","New Imaging Agents",0,"/research/newagents.html","Other Research",0,"/research/otherresearch.html");
makeMenu(3,463,87,"Attending Physicians",0,"/faculty/attending.html","Academic Staff",0,"/faculty/academic.html","Email Addresses",0,"/faculty/email.html");
makeMenu(4,531,87,"Teaching File Cases",0,"/home.html","About the Teaching File",0,"/teaching/abouttf.html","Copyright and Usage",0,"/teaching/copyright.html");
makeMenu(5,636,87,"Residency",0,"/training/residency.html","NucMed Visiting Fellow",0,"/training/fellownm.html","PET Visiting Fellow",0,"/training/fellowpet.html");



//set these color for your background or rollover colors

//standard pop menu background color
bgcolor = "#FFFFFF";

//left menu background color
bgcolor2 = "#AC0001";

//top pop menu roll color
rollcolor1 = "#AC0001";

//left pop menu roll color
rollcolor2 = "#003366";

//left menu roll color
rollcolor3 = "#993333";

writeMenus();
startup();