// DEFINE NAVIGATION ELEMENTS// javascript:setLink('url') opens url in a new windowmakeLayer (            "index",             "",            "Contact Us=contact_us.php",            "Faculty=faculty.php",            "Staff=staff.shtml",            "Mailing List=subscribe.php",            "Faculty/Staff Login=repository.shtml",            "Consultation=consultation.shtml"          );makeLayer (            "course_registration",             "",            "Current Courses=course_list.shtml",            "Course Calendar / Registration=courses.php",            "Continuing Education Credit=continuing_ed.shtml",            "Course Payment Form=payment_template.shtml"          );makeLayer (            "news",             "",            "What's New=announcements.shtml",            "Upcoming Conferences/Events=events.shtml"          );    makeLayer (            "resources",             "",            "Regional STD Contacts=regional.shtml",            "Training Resources (NNPTC)=http://depts.washington.edu/nnptc/online_training/index.html",            "STD Facts and Info=http://www.cdc.gov/nchstp/dstd/disease_info.htm@top",            "Links=links.shtml",            "Guidelines=guidelines.shtml",            "Consultation=consultation.shtml"          );