// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', '<img src="menu/vista_6_izq.gif" width="6" height="35" />',
        '', '',
        'uri', '',
        'target', '_self',
        'statusText', ''
		),
    2, new Hash(
        'contents', '<img src="menu/nombre_curso.gif" width="95" height="35" />',
        'contentsHover', '<img src="menu/nombre_curso_pulsado.gif" width="95" height="35" />',
        'uri', 'index.htm',
        'statusText', 'Índice detallado',
        1, new Hash(
            'contents', 'Indice detallado',
            'uri', 'index.htm',
            'statusText', 'Indice detallado'
        ),
        
	2, new Hash(
			'contents', '1. Introducci&oacute;n a Flash CS4',
			'uri', 't_1_1.htm',
			'statusText', '1. Introducci&oacute;n a Flash CS4'),
	3, new Hash(
			'contents', '2. El entorno de Flash CS4',
			'uri', 't_2_1.htm',
			'statusText', '2. El entorno de Flash CS4'),
	4, new Hash(
			'contents', '3. Dibujar y colorear',
			'uri', 't_3_1.htm',
			'statusText', '3. Dibujar y colorear'),
	5, new Hash(
			'contents', '4. Textos',
			'uri', 't_4_1.htm',
			'statusText', '4. Textos'),
	6, new Hash(
			'contents', '5. Sonidos',
			'uri', 't_5_1.htm',
			'statusText', '5. Sonidos'),
	7, new Hash(
			'contents', '6. Trabajar con objetos',
			'uri', 't_6_1.htm',
			'statusText', '6. Trabajar con objetos'),
	8, new Hash(
			'contents', '7. Las Capas',
			'uri', 't_7_1.htm',
			'statusText', '7. Las Capas'),
	9, new Hash(
			'contents', '8. S&iacute;mbolos',
			'uri', 't_8_1.htm',
			'statusText', '8. S&iacute;mbolos'),
	10, new Hash(
			'contents', '9. Gr&aacute;ficos',
			'uri', 't_9_1.htm',
			'statusText', '9. Gr&aacute;ficos'),
	11, new Hash(
			'contents', '10. Clips de Pel&iacute;cula',
			'uri', 't_10_1.htm',
			'statusText', '10. Clips de Pel&iacute;cula'),
	12, new Hash(
			'contents', '11. Botones',
			'uri', 't_11_1.htm',
			'statusText', '11. Botones'),
	13, new Hash(
			'contents', '12. Animaciones de movimiento',
			'uri', 't_12_1.htm',
			'statusText', '12. Animaciones de movimiento'),
	14, new Hash(
			'contents', '13. Animaci&oacute;n por Forma',
			'uri', 't_13_1.htm',
			'statusText', '13. Animaci&oacute;n por Forma'),
	15, new Hash(
			'contents', '14. Efectos sobre animaciones',
			'uri', 't_14_1.htm',
			'statusText', '14. Efectos sobre animaciones'),
	16, new Hash(
			'contents', '15. Generar y publicar pel&iacute;culas',
			'uri', 't_15_1.htm',
			'statusText', '15. Generar y publicar pel&iacute;culas'),
	17, new Hash(
			'contents', '16. Introducci&oacute;n a ActionScript 3',
			'uri', 't_16_1.htm',
			'statusText', '16. Introducci&oacute;n a ActionScript 3'),
	18, new Hash(
			'contents', '17. Ejemplos de ActionScript 3.0',
			'uri', 't_17_1.htm',
			'statusText', '17. Ejemplos de ActionScript 3.0'),
	19, new Hash(
			'contents', '18. Navegaci&oacute;n - ActionScript',
			'uri', 't_18_1.htm',
			'statusText', '18. Navegaci&oacute;n - ActionScript'),
	20, new Hash(
			'contents', '19. Formularios - ActionScript',
			'uri', 't_19_1.htm',
			'statusText', '19. Formularios - ActionScript'),
	21, new Hash(
			'contents', '20. Los Filtros',
			'uri', 't_20_1.htm',
			'statusText', '20. Los Filtros'),
	22, new Hash(
			'contents', '21. V&iacute;deo',
			'uri', 't_21_1.htm',
			'statusText', '21. V&iacute;deo'),
	23, new Hash(
			'contents', '22. Juegos',
			'uri', 't_22_1.htm',
			'statusText', '22. Juegos'),
	24, new Hash(
			'contents', '23. Animaciones avanzadas',
			'uri', 't_23_1.htm',
			'statusText', '23. Animaciones avanzadas')
		),
    3, hashCursos,
	  4, hashMasopciones,
    5, new Hash(
        'contents', '<img src="menu/vista_5_retroceder.gif" width="51" height="35" />',
        'contentsHover', '<img src="menu/vista_5a_retroceder.gif" width="51" height="35" title="Página anterior"/>',
        'uri', 'javascript:irAnterior();',
        'statusText', 'Página anterior'
		),
    6, new Hash(
        'contents', '<img src="menu/vista_5_avanzar.gif" width="51" height="35" />',
        'contentsHover', '<img src="menu/vista_5a_avanzar.gif" width="51" height="35" title="Página siguiente"/>',
        'uri', 'javascript:irSiguiente();',
        'statusText', 'Página siguiente'),
    7, new Hash(
        'contents', '<img src="menu/vista_5_ayuda.gif" width="51" height="35" />',
        'contentsHover', '<img src="menu/vista_5a_ayuda.gif" width="51" height="35" title="Ayuda" />',
        'uri', 'informacion.htm',
        'statusText', 'Ayuda'),
    8, new Hash(
        'contents', '<img src="menu/vista_5_home.gif" width="51" height="35" />',
        'contentsHover', '<img src="menu/vista_6a_home.gif" width="51" height="35" title="Inicio"/>',
        'uri', 'javascript:irHome();',
        'statusText', 'Volver al índice'),
	9, new Hash(
        'contents', '<img src="menu/vista_6_der.gif" width="6" height="35" />',
        '', '',
        'uri', '',
        'target', '_self',
        'statusText', ''
		)
));

// }}}
// {{{ 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', 'menu/arrow.gif',
    'baseUri', 'http://www.aulaclic.es'
));

// }}}

