
/* - domMenu_items.js - */
domMenu_data.set('domMenu_UFS', new Hash(
1, new Hash('contents', 'Undergraduate', 'uri', '/undergraduate', 'target', '_self', 'statusText', '/undergraduate', 
 1, new Hash('contents', 'Overview', 'uri', '/undergraduate/overview/', 'statusText', '/undergraduate/overview/'), 
 2, new Hash('contents', 'Admission', 'uri', '/undergraduate/admission/', 'statusText', '/undergraduate/admission/'), 
 3, new Hash('contents', 'Curriculum', 'uri', '/undergraduate/curriculum/', 'statusText', '/undergraduate/curriculum/'), 
 4, new Hash('contents', 'Job Resources', 'uri', '/undergraduate/jobs/', 'statusText', '/undergraduate/jobs/'), 
 5, new Hash('contents', 'Frequently Asked Questions', 'uri', '/undergraduate/faqs/', 'statusText', '/undergraduate/faqs/'), 
 6, new Hash('contents', 'Contact', 'uri', '/undergraduate/contact/', 'statusText', '/undergraduate/contact/')),
2, new Hash('contents', 'Graduate', 'uri', '/graduate', 'target', '_self', 'statusText', '/graduate', 
 1, new Hash('contents', 'Overview', 'uri', '/graduate/overview/', 'statusText', '/graduate/overview/'), 
 2, new Hash('contents', 'Admission', 'uri', '/graduate/admission/', 'statusText', '/graduate/admission/'), 
 3, new Hash('contents', 'Curriculum', 'uri', '/graduate/curriculum/', 'statusText', '/graduate/curriculum/'), 
 4, new Hash('contents', 'Research', 'uri', '/graduate/research/', 'statusText', '/graduate/research/'), 
 5, new Hash('contents', 'Recent Theses and Dissertations', 'uri', '/graduate/theses/', 'statusText', '/graduate/theses/'), 
 6, new Hash('contents', 'Graduate Handbook', 'uri', '/graduate/handbook/', 'statusText', '/graduate/handbook/'), 
 7, new Hash('contents', 'Job Resources', 'uri', '/graduate/jobs/', 'statusText', '/graduate/jobs/'), 
 8, new Hash('contents', 'Frequently Asked Questions', 'uri', '/graduate/faqs/', 'statusText', '/graduate/faqs/'), 
 9, new Hash('contents', 'Contact', 'uri', '/graduate/contact/', 'statusText', '/graduate/contact/')),
3, new Hash('contents', 'People', 'uri', '/people', 'target', '_self', 'statusText', '/people', 
 1, new Hash('contents', 'Faculty', 'uri', '/people/faculty/', 'statusText', '/people/faculty/'), 
 2, new Hash('contents', 'Staff', 'uri', '/people/staff/', 'statusText', '/people/staff/'), 
 3, new Hash('contents', 'Graduate Students', 'uri', '/people/graduate/', 'statusText', '/people/graduate/'), 
 4, new Hash('contents', 'Post Docs and Research Assistants', 'uri', '/people/postdocs/', 'statusText', '/people/postdocs/')),
4, new Hash('contents', 'News &amp; Events', 'uri', '/news-events', 'target', '_self', 'statusText', '/news-events', 
 1, new Hash('contents', 'News', 'uri', '/news-events/news/', 'statusText', '/news-events/news/'), 
 2, new Hash('contents', 'Events', 'uri', '/news-events/events/', 'statusText', '/news-events/events/'), 
 3, new Hash('contents', 'Position Openings', 'uri', '/news-events/positions/', 'statusText', '/news-events/positions/')),
5, new Hash('contents', 'Visitor Info', 'uri', '/visitor', 'target', '_self', 'statusText', '/visitor', 
 1, new Hash('contents', 'Athens Life', 'uri', '/visitor/athens/', 'statusText', '/visitor/athens/'), 
 2, new Hash('contents', 'Location and Maps', 'uri', '/visitor/maps/', 'statusText', '/visitor/maps/'), 
 3, new Hash('contents', 'International Visitors', 'uri', '/visitor/international/', 'statusText', '/visitor/international/'), 
 4, new Hash('contents', 'Gallery', 'uri', '/visitor/gallery/', 'statusText', '/visitor/gallery/'), 
 5, new Hash('contents', 'Frequently Asked Questions', 'uri', '/visitor/faqs/', 'statusText', '/visitor/faqs/'))
));

domMenu_settings.set('domMenu_UFS', new Hash(
    'axis', 'vertical',
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300,
    'menuBarClass', 'menuBar',
    'menuElementClass', 'UFS_menuElement',
    'menuElementHoverClass', 'UFS_menuElementHover',
    'menuElementActiveClass', 'UFS_menuElementActive',
    'subMenuBarClass', 'UFS_subMenuBar',
    'subMenuElementClass', 'UFS_subMenuElement',
    'subMenuElementHoverClass', 'UFS_subMenuElementHover',
    'subMenuElementActiveClass', 'UFS_subMenuElementHover',
    'menuBarWidth', '98%',
    'subMenuMinWidth', '100',
    'distributeSpace', false,
    'closeClickMenuDelay', 0,
    'closeMouseoutMenuDelay', 1000,
    'baseZIndex', 100,

'baseUri', 'http://bche.sref.info'));

