// DEFINE NAVIGATION ELEMENTS
// javascript:setLink('url') opens url in a new window

makeLayer (
            "contact_us", 
            "",
            "Department=department.html",
            "Advising=advising.html",
            "Rome Program=romeprogram.html",
            "Tel Dor Field School=http://depts.washington.edu/teldor/index.html"
          );

makeLayer (
            "people", 
            "",
            "Faculty=faculty.html",
            "Staff=staff.html",
            "Graduate Students=gradstudents.html"
          );

makeLayer (
            "programs", 
            "",
            "Undergraduate=undergraduate.html",
            "Graduate=graduate.html",
            "Honors=honors.html"
          );
    
makeLayer (
           "abroad",
		   "",
		   "Seminar in Rome=seminarinrome.html",
		   "Tel Dor=http://depts.washington.edu/teldor"
		   );

makeLayer (
            "courses", 
            "",
            "Greek=http://www.washington.edu/students/crscat/greek.html",
            "Latin=http://www.washington.edu/students/crscat/latin.html",
            "Classics=http://www.washington.edu/students/crscat/clas.html",
			"Classical Archaeology=http://www.washington.edu/students/crscat/clarch.html",
			"Classical Linguistics=http://www.washington.edu/students/crscat/cling.html",
			"Current Academic Year=currentacademicyear.html",
			"Next Academic Year=nextacademicyear.html"
          );

makeLayer (
            "scholarships", 
            "",
			"Meg Greenfield Biography=greenbios.html",
			"Jim Greenfield Biography=jimbio.html",
            "Jim Greenfield Scholarship Programs=jimgreenfield.html",
			"Greenfield Scholarships Previous Winners=scholarshipwinners.html",
            "Harvey Densmore Scholarships=harveydensmore.html"
          );

makeLayer (
            "news_events", 
            "",
            "Upcoming Speakers=upcomingspeakers.html",
            "McDiarmid Lectures=mcdiarmidlectures.html",
			"Annual Teachers' Conference on Classical Studies=teachersconference.html",
			"Annual Faculty Lecture on Classical Culture=AIAFacultylectures.html",
            "Department Newsletters=newsletters.html",
            "Current News=currentnews.html"
          );

makeLayer (
            "support", 
            "",
            "How to Make a Gift=howtogive.html",
            "Development Plan=http://depts.washington.edu/clasdept/Development.pdf"
          );
makeLayer (
            "links", 
            "",
            "On Campus=linksoncampus.html",
            "Beyond the Campus=linksoffcampus.html"
          );
