// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'About the library',
        'contentsHover', 'About the library',
        'uri', '',
        1, new Hash(
            'contents', 'Opening hours',
            'uri', '/Lib/we_are1.php'
        ),
        2, new Hash(
            'contents', 'Library staff',
            'uri', '/Lib/we_are2.php'
		),
        3, new Hash(
            'contents', 'Mission',
            'uri', '/Lib/we_are3.php'
		)),
    2, new Hash(
        'contents', 'Library services',
        'contentsHover', 'Library services',
        'uri', '',
        1, new Hash(
            'contents', 'Circulation',
            'uri', '/Lib/circulation.php'
        ),
        2, new Hash(
            'contents', 'Reference services',
            'uri', '/Lib/reference/'
        ),
        3, new Hash(
            'contents', 'Interlibrary loan',
            'uri', '/Lib/interlib.php'
		),
		4, new Hash(
            'contents', 'Ask a librarian',
            'uri', '/Lib/hipus.php?ask'
		)),
    3, new Hash(
        'contents', 'Search tools',
        'contentsHover', 'Search tools',
        'uri', '',
        1, new Hash(
            'contents', 'Catalogue',
			'target', '_new',
            'uri', 'http://aleph2.technion.ac.il/F/?con_lng=heb'
        ),
        2, new Hash(
            'contents', 'Databases',
            'uri', '/Lib/db_enhe.php'
        ),
        3, new Hash(
            'contents', 'Journals',
            'uri', '/Lib/journals.php'
        ),
        4, new Hash(
            'contents', 'Electronic journals',
            'uri', '/Lib/ejournalh.php'
        ),
        5, new Hash(
            'contents', 'Web resources by subject',
            'uri', '/Lib/inter4.php'
		)),
    4, new Hash(
        'contents', 'Learning materials',
        'contentsHover', 'Learning materials',
        'uri', '',
        1, new Hash(
            'contents', 'Course textbooks',
            'uri', '/Lib/textbook.php'
        ),
        2, new Hash(
            'contents', 'Moodle',
			'target', '_new',
            'uri', 'http://moodle.technion.ac.il'
        ),
        3, new Hash(
            'contents', 'Tutorials',
            'uri', '/Lib/tutor2.php'
        ),
        4, new Hash(
            'contents', 'Exams',
            'uri', '/Lib/exams.php'
        ),
        5, new Hash(
            'contents', 'Videotaped lectures',
			'target', '_new',
            'uri', 'http://video.technion.ac.il/main.html'
		)),
    5, new Hash(
        'contents', 'Library collections',
        'contentsHover', 'Library collections',
        'uri', '',
        1, new Hash(
            'contents', 'New books',
            'uri', '/Lib/lib_new.php'
        ),
        2, new Hash(
            'contents', 'Faculty thesis',
//            'uri', '/Lib/collect/catalog2007.pdf'
			'uri', '/Lib/thesis'
        ),
        3, new Hash(
            'contents', 'Technion thesis',
            'uri', 'http://www.graduate.technion.ac.il/Theses'
        ),
        4, new Hash(
            'contents', 'B.Sc. projects',
            'uri', '/Lib/collect/meuhad.php?7'
        ),
		5, new Hash(
            'contents', 'Faculty technical reports',
            'uri', '/Labs/TechRep'
        ),
        6, new Hash(
            'contents', 'Technical reports',
            'uri', '/Lib/collect/dohot_mehkar.pdf'
        ),
        7, new Hash(
            'contents', 'Video movies catalog',
            'uri', '/Lib/collect/videoCatalog.pdf'
		),
        8, new Hash(
            'contents', 'Case studies',
            'uri', 'http://aleph2.technion.ac.il/F/?func=find-b&find_code=WSMT&request=Case+Industrial&adjacent=N'
		),
        9, new Hash(
            'contents', 'Central bureau of statistics',
            'uri', '/Lib/collect/meuhad.php?4'
		),
        10, new Hash(
            'contents', 'Psychological tests',
			'uri', '/Lib/psytest.php'
        ),
        11, new Hash(
            'contents', 'Literature',
			'uri', '/Lib/literature.php'
        )),
    6, new Hash(
        'contents', 'Tutorials & Forms',
        'contentsHover', 'Tutorials & Forms',
        'uri', '',
        1, new Hash(
            'contents', 'Undergraduate information',
            'uri', '/Lib/letter_undergraduate.pdf'
        ),
        2, new Hash(
            'contents', 'Graduate information',
            'uri', '/Lib/letter_graduate.pdf'
        ),
        3, new Hash(
            'contents', 'Tutorials',
            'uri', '/Lib/tutor2.php'
		),
        4, new Hash(
            'contents', 'Guides',
            'uri', '/Lib/tutor1.php'
        ),
        5, new Hash(
            'contents', 'F A Q',
            'uri', '/Lib/sheilot.pps'
		),
        6, new Hash(
            'contents', 'F o r m s',
            'uri', '/Lib/forms.php'
        )),
    7, new Hash(
        'contents', 'Other libraries',
        'contentsHover', 'Other libraries',
        'uri', '',
        'target', '_self',
        1, new Hash(
            'contents', 'At Technion',
            'uri', 'http://library.technion.ac.il/Eng/libraries.asp?menuno=5'
        ),
        2, new Hash(
            'contents', 'In Israel',
            'uri', 'http://libnet.ac.il/~libnet/malmad-israelnet.htm' 
		)),
	8, new Hash(
        'contents', 'Tutorial Movies',
        'contentsHover', 'Tutorial Movies',
        'uri', '',
        'target', '_self',
        1, new Hash(
            'contents', 'Basic Search',
            'uri', 'video.php?1'
        ),
        2, new Hash(
            'contents', 'How to Order a Book',
            'uri', 'video.php?2' 
		))
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300,
    'expandMenuArrowUrl', 'arrow.gif',
    'baseUri', ''
));

// }}}
// {{{ domMenu_vertical: data

domMenu_data.set('domMenu_vertical', domLib_clone(domMenu_data.get('domMenu_main')));

// }}}
// {{{ domMenu_vertical: settings

domMenu_settings.set('domMenu_vertical', new Hash(
    'axis', 'vertical',
    'verticalSubMenuOffsetX', -2,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'baseUri', ''
));

// }}}

