// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'HOME',
        'contentsHover', 'QUICK LINKS',
        'uri', '',
        'target', '_self',
        'statusText', 'QUICK LINKS',
        1, new Hash(
            'contents', 'SNHS Homepage',
            'uri', 'home.php',
            'target', '_self',
            'statusText', 'Open SNHS Homepage'
			),
        2, new Hash(
            'contents', 'SNHS Alumni',
            'uri', 'alumni.php',
            'target', '_self',
            'statusText', 'Open Alumni Homepage'
			),
	3, new Hash(
            'contents', 'SNHS WebMail',
            'uri', 'http://mail.snhs.edu.ph',
            'target', '_blank',
            'statusText', 'Open SNHS Webmail in new window'

            )),
    2, new Hash(
        'contents', 'ABOUT SNHS',
        'contentsHover', 'ABOUT US',
        'uri', '',
        'statusText', 'About Sagrada National High School',
        1, new Hash(
            'contents', 'Mission / Vision',
            'uri', 'vision.php',
            'statusText', 'Mission & Vision Statement'
        ),
        2, new Hash(
            'contents', 'School History',
            'uri', 'history.php',
            'statusText', 'SNHS History Profile'
        ),
        3, new Hash(
            'contents', 'Hall of Fame',
            'uri', 'fame.php',
            'statusText', 'Hall of Fame'
		)),
    3, new Hash(
        'contents', 'SNHS PERSONNEL',
        'contentsHover', 'SCHOOL PERSONNEL',
        'uri', '',
        'statusText', 'Personnel',
        1, new Hash(
            'contents', 'School Head',
            'uri', 'school_head.php',
            'statusText', 'School Head'
        ),
        2, new Hash(
            'contents', 'Teachers & Staff',
            'uri', 'faculty.php',
            'statusText', 'Teachers and Staff'
		)),
    4, new Hash(
        'contents', 'SNHS OFFICES',
        'contentsHover', 'SCHOOL OFFICES',
        'uri', '',
        'statusText', 'Different School Offices',
        1, new Hash(
            'contents', 'Office of Principal',
            'uri', 'op.php',
            'statusText', 'Office of the Principal'
        ),
        2, new Hash(
         	'contents', 'ICT Laboratory',
            'uri', 'it_room.php',
            'statusText', 'Informations and Communications Technology Laboratory'
		)),
    5, new Hash(
        'contents', 'GUESTBOOK',
        'contentsHover', 'GUESTBOOK',
        'uri', 'dynamic.php',
        'statusText', 'SNHS Online Guestbook'
		),
    6, new Hash(
        'contents', 'PHOTO GALLERY',
        'contentsHover', 'PHOTO GALLERY',
        'uri', '',
        'statusText', 'SNHS Online Photo Gallery',
	    1, new Hash(
            'contents', 'Current School Year',
            'uri', 'gallery2.php',
            'statusText', 'Photo Gallery for current school year'
        ),
        2, new Hash(
         	'contents', 'Archives',
            'uri', 'galleries.php',
            'statusText', 'Galleries for the past school year'
		)),
    7, new Hash(
        'contents', 'CONTACT US',
        'contentsHover', 'CONTACT US',
        'uri', 'contact.php',
        'statusText', 'Contact us, here shows our email address and location'
		)
));

// }}}
// {{{ 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', 'http://www.mojavelinux.com'
));

// }}}
// {{{ domMenu_keramik: data

domMenu_data.set('domMenu_keramik', new Hash(
    1, new Hash(
        'contents', 'Home',
        'uri', '',
        'statusText', 'Home',
        1, new Hash(
            'contents', 'Main Page',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'SNHS Homepage'
        ),
        2, new Hash(
            'contents', 'Contact SNHS',
            'uri', '',
            'statusText', 'Contact US',
            1, new Hash(
                'contents', 'Dan',
                'uri', 'http://snhs.farvista.net',
                'statusText', 'Dan'
            ),
            2, new Hash(
                'contents', 'Sarah',
                'uri', 'http://snhs.farvista.net',
                'statusText', 'Sarah'
            )
        ),
        3, new Hash(
            'contents', 'Terms of Use',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Terms of Use'
        ),
        4, new Hash(
            'contents', 'Search this site',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Search this site'
        ),
        5, new Hash(
            'contents', 'Customize',
            'uri', '',
            'statusText', 'Customize',
            1, new Hash(
                'contents', 'Style Schemas',
                'uri', 'http://snhs.farvista.net',
                'statusText', 'Style Schemas'
            ),
            2, new Hash(
                'contents', 'Blue',
                'uri', 'http://snhs.farvista.net',
                'statusText', 'Blue'
            ),
            3, new Hash(
                'contents', 'Green',
                'uri', 'http://snhs.farvista.net',
                'statusText', 'Green',
                1, new Hash(
                    'contents', 'Green',
                    'uri', 'http://snhs.farvista.net',
                    'statusText', 'Green'
                )
            )
        )
    ),
    2, new Hash(
        'contents', 'CSS',
        'uri', '',
        'statusText', 'CSS',
        1, new Hash(
            'contents', 'Tutorials',
            'uri', '',
            'statusText', 'Tutorial Links'
        ),
        2, new Hash(
            'contents', 'Using Stylesheets',
            'uri', 'http://snhs.farvista.net',
            'statusText', ''
        ),
        3, new Hash(
            'contents', 'CSS Positioning',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Learning how to position elements with CSS'
        )
    ),
    3, new Hash(
        'contents', 'JavaScript',
        'uri', '',
        'statusText', 'JavaScript Section',
        1, new Hash(
            'contents', 'Tutorials',
            'uri', '',
            'statusText', 'JavaScript Tutorials'
        ),
        2, new Hash(
            'contents', 'Custom Hash() Class',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Making your own associative arrays in javascript'
        )
    ),
    4, new Hash(
        'contents', 'DHTML',
        'uri', '',
        'statusText', 'Dynamic HTML',
        1, new Hash(
            'contents', 'Tutorials',
            'uri', '',
            'statusText', 'Dynamic HTML Tutorials'
        ),
        2, new Hash(
            'contents', 'DOM Tooltip',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Making custom tooltips using the DOM'
        )
    ),
    5, new Hash(
        'contents', 'PHP',
        'uri', '',
        'statusText', 'PHP Section',
        1, new Hash(
            'contents', 'Tutorials',
            'uri', '',
            'statusText', 'PHP Tutorials'
        ),
        2, new Hash(
            'contents', 'Handling actions',
            'uri', 'http://snhs.farvista.net',
            'statusText', 'Form actions in PHP'
        )
    )
));

// }}}
// {{{ domMenu_keramik: settings

domMenu_settings.set('domMenu_keramik', new Hash(
    'menuBarWidth', '0%',
    'menuBarClass', 'keramik_menuBar',
    'menuElementClass', 'keramik_menuElement',
    'menuElementHoverClass', 'keramik_menuElementHover',
    'menuElementActiveClass', 'keramik_menuElementHover',
    'subMenuBarClass', 'keramik_subMenuBar',
    'subMenuElementClass', 'keramik_subMenuElement',
    'subMenuElementHoverClass', 'keramik_subMenuElementHover',
    'subMenuElementActiveClass', 'keramik_subMenuElementHover',
    'subMenuMinWidth', 'auto',
    'horizontalSubMenuOffsetX', -5,
    'horizontalSubMenuOffsetY', 3,
    'distributeSpace', false,
    'openMouseoverMenuDelay', -1,
    'openMousedownMenuDelay', 0,
    'closeClickMenuDelay', 0,
    'closeMouseoutMenuDelay', -1,
    'expandMenuArrowUrl', 'arrow.gif'
));

// }}}
// {{{ domMenu_BJ: data

domMenu_data.set('domMenu_BJ', domLib_clone(domMenu_data.get('domMenu_keramik')));

// }}}
// {{{ domMenu_BJ: settings

domMenu_settings.set('domMenu_BJ', new Hash(
    'menuBarWidth', '0%',
    'menuBarClass', 'BJ_menuBar',
    'menuElementClass', 'BJ_menuElement',
    'menuElementHoverClass', 'BJ_menuElementHover',
    'menuElementActiveClass', 'BJ_menuElementActive',
    'subMenuBarClass', 'BJ_subMenuBar',
    'subMenuElementClass', 'BJ_subMenuElement',
    'subMenuElementHoverClass', 'BJ_subMenuElementHover',
    'subMenuElementActiveClass', 'BJ_subMenuElementHover',
    'subMenuMinWidth', 'auto',
    'distributeSpace', false,
    'openMouseoverMenuDelay', -1,
    'openMousedownMenuDelay', 0,
    'closeClickMenuDelay', 0,
    'closeMouseoutMenuDelay', -1,
    'expandMenuArrowUrl', 'arrow.gif'
));

// }}}
// {{{ 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', 'http://snhs.farvista.net'
));

// }}}
// {{{ domMenu_lvertical: data

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

// }}}
// {{{ domMenu_lvertical: settings

domMenu_settings.set('domMenu_lvertical', new Hash(
    'axis', 'vertical',
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'horizontalSubMenuOffsetY', 0,
    'expandMenuArrowUrl', 'larrow.gif',
	'horizontalExpand', 'west',
	'subMenuMinWidth', 'auto',
    'baseUri', 'http://snhs.farvista.net'
));

// }}}

