domMenu_data.setItem('domMenu_vertical', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'Úvodná stránka',
        'uri', 'index.php',
        'statusText', 'Úvodná stránka'
    ),
    2, new domMenu_Hash(
        'contents', 'Kurzy cudzích jazykov',
        'uri', '',
        'target', '_self',
        'statusText', 'Kurzy cudzích jazykov',
        
		1, new domMenu_Hash(
            'contents', 'Direct method for English',
            'uri', '?p=dme',
            'statusText', 'Direct method for English'
		),
		2, new domMenu_Hash(
            'contents', 'Kurzy pre dospelých',
            'uri', '?p=dospeli',
            'statusText', 'Kurzy pre dospelých'
        ),
		3, new domMenu_Hash(
            'contents', 'Kurzy pre deti a mládež',
            'uri', '?p=detiamladez',
            'statusText', 'Kurzy pre deti a mládež'
        ),
		4, new domMenu_Hash(
            'contents', 'Firemné vzdelávanie',
            'uri', '?p=firemne',
            'statusText', 'Kurzy pre verejnosť'
        )
		
    ),
    3, new domMenu_Hash(
        'contents', 'Jazykové skúšky <br> City & Guilds',
        'uri', '',
        'statusText', 'Jazykové škúšky City & Guilds',
        1, new domMenu_Hash(
            'contents', 'Písomné skúšky City & Guilds',
            'uri', '?p=skusky',
            'uri', '?p=skusky#written',
			'statusText', 'Písomné skúšky City & Guilds'
			
        ),
        2, new domMenu_Hash(
            'contents', 'Ústne skúšky City & Guilds',
            'uri', '?p=skusky#spoken',
            'statusText', 'Ústne skúšky City & Guilds'
        )
        
    ),
    4, new domMenu_Hash(
        'contents', 'Jazykové pobyty <br> v zahraničí',
        'uri', '',
        'statusText', 'Jazykové pobyty v zahraničí',
/*
        1, new domMenu_Hash(
            'contents', 'Kurz podvojného účtovníctva',
            'uri', '?p=other',
            'statusText', 'Kurz podvojného účtovníctva'
        ),
        2, new domMenu_Hash(
            'contents', 'Kurz komunikácie',
            'uri', '?p=other#kurz_komun',
            'statusText', 'Kurz komunikácie'
        ),
        3, new domMenu_Hash(
            'contents', 'Obchodná komunikácia',
            'uri', '?p=other#obch_komun',
            'statusText', 'Obchodná komunikácia'
        ),
        4, new domMenu_Hash(
            'contents', 'Ako si založiť vlastnú firmu',
            'uri', '?p=other#vlastna_firma',
            'statusText', 'Ako si založiť vlastnú firmu'
        ),
        5, new domMenu_Hash(
            'contents', 'Ako napísať úspešný projekt',
            'uri', '?p=other#uspes_proj',
            'statusText', 'Ako napísať úspešný projekt'
        ),
        6, new domMenu_Hash(
            'contents', 'Ako sa stať úspešným na trhu práce',
            'uri', '?p=other#trh_prace',
            'statusText', 'Ako sa stať úspešným na trhu práce'
        ),
*/
        1, new domMenu_Hash(
            'contents', 'MALTA - SLIEMA',
            'uri', '',
            'statusText', 'MALTA',
            1, new domMenu_Hash(
                'contents', 'Kurzy pre dospelých',
                'uri', '?p=malta',
                'statusText', 'Kurzy pre dospelých'
            ),
            2, new domMenu_Hash(
                'contents', 'Kurzy pre deti a mládež',
                'uri', '?p=malta#deti_a_mladez',
                'statusText', 'Kurzy pre deti a mládež'
            ),
            3, new domMenu_Hash(
                'contents', 'Prípravné kurzy',
                'uri', '?p=malta#priprava',
                'statusText', 'Prípravné kurzy'
            ),
			4, new domMenu_Hash(
                'contents', 'Kurzy so špeciálnym zameraním',
                'uri', '?p=malta#specialne',
                'statusText', 'Kurzy so špeciálnym zameraním'
            ),
			5, new domMenu_Hash(
                'contents', 'Kurzy pre 50+',
                'uri', '?p=malta#50+',
                'statusText', 'Kurzy pre 50+'
            )
		)
    ),
    5, new domMenu_Hash(
        'contents', 'Diplom City & Guilds = maturita z angličtiny',
        'uri', '?p=maturita',
        'statusText', 'Diplom'
    ),
	6, new domMenu_Hash(
        'contents', 'O nás',
        'uri', '?p=onas',
        'statusText', 'O nás'
    ),
	7, new domMenu_Hash(
        'contents', 'Kontakt a online prihláška',
        'uri', '?p=contact',
        'statusText', 'Kontakt'
    )
));

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

domMenu_settings.setItem('domMenu_vertical', new domMenu_Hash(
    'axis', 'vertical',
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', 2,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 2,
    'horizontalSubMenuOffsetY', 0
));

// }}}

