// {{{ 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="116" height="35" />',
        'contentsHover', '<img src="menu/nombre_curso_pulsado.gif" width="116" 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 Illustrator CS4',
			'uri', 't_1_1.htm',
			'statusText', '1. Introducci&oacute;n a Illustrator CS4'),
	3, new Hash(
			'contents', '2. El entorno de Illustrator',
			'uri', 't_2_1.htm',
			'statusText', '2. El entorno de Illustrator'),
	4, new Hash(
			'contents', '3. Herramientas de dibujo',
			'uri', 't_3_1.htm',
			'statusText', '3. Herramientas de dibujo'),
	5, new Hash(
			'contents', '4. Trabajar con objetos',
			'uri', 't_4_1.htm',
			'statusText', '4. Trabajar con objetos'),
	6, new Hash(
			'contents', '5. Dibujo a mano alzada',
			'uri', 't_5_1.htm',
			'statusText', '5. Dibujo a mano alzada'),
	7, new Hash(
			'contents', '6. La herramienta Pluma',
			'uri', 't_6_1.htm',
			'statusText', '6. La herramienta Pluma'),
	8, new Hash(
			'contents', '7. El color',
			'uri', 't_7_1.htm',
			'statusText', '7. El color'),
	9, new Hash(
			'contents', '8. El texto',
			'uri', 't_8_1.htm',
			'statusText', '8. El texto'),
	10, new Hash(
			'contents', '9. Modificar objetos',
			'uri', 't_9_1.htm',
			'statusText', '9. Modificar objetos'),
	11, new Hash(
			'contents', '10. Apariencia  y efectos',
			'uri', 't_10_1.htm',
			'statusText', '10. Apariencia  y efectos'),
	12, new Hash(
			'contents', '11. Imprimir documentos',
			'uri', 't_11_1.htm',
			'statusText', '11. Imprimir documentos'),
	13, new Hash(
			'contents', '12. T&eacute;cnicas de trabajo con objetos',
			'uri', 't_12_1.htm',
			'statusText', '12. T&eacute;cnicas de trabajo con objetos'),
	14, new Hash(
			'contents', '13. Ilustraciones para Web',
			'uri', 't_13_1.htm',
			'statusText', '13. Ilustraciones para Web')
		),
    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'
));

// }}}

