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

makeLayer (
            "contact_us", 
            "",
            "Department=#",
            "Advising=#",
            "Rome Program=#"
          );

makeLayer (
            "people", 
            "",
            "Faculty=#",
            "Staff=#",
            "Graduate Students=#"
          );

makeLayer (
            "programs", 
            "",
            "Undergraduate=#",
            "Graduate=#",
            "Seminar in Rome=#",
            "Honors=#",
            "Tel Dor=#"
          );
    
makeLayer (
            "courses", 
            "",
            "Greek=#",
            "Latin=#",
            "Classics=#"
          );

makeLayer (
            "scholarships", 
            "",
            "Jim Greenfield Scholarship Programs=#",
            "Previous Winners=#"
          );

makeLayer (
            "news_events", 
            "",
            "Upcoming Speakers=#",
            "McDiarmid Lectures=#",
            "Sponsored Conferences=#",
            "Department Newsletters=#",
            "Current News=#"
          );

makeLayer (
            "support", 
            "",
            "How to Make a Gift=#",
            "Development Plan=#"
          );
makeLayer (
            "links", 
            "",
            "On Campus=#",
            "Beyond the Campus=#"
          );
