// {{{ domMenu_main: data
hashCursos= new Hash(
        'contents', '<img src="menu/cursos_ac.gif" width="88" height="35" />',
        'contentsHover', '<img src="menu/cursos_ac_pulsado.gif" width="88" height="35" title="Más cursos"/>',
        'uri', '/index.htm',
		'target', '_self',
        'statusText', 'Más cursos'
		,
			1, new Hash(
				'contents', 'Access 2010',
				'uri', '/access-2010/index.htm'
			),
			2, new Hash(
				'contents', 'AutoCAD 2012',
				'uri', '/autocad-2012/index.htm'
			),
			3, new Hash(
				'contents', 'CorelDraw X5',
				'uri', '/coreldraw-x5/index.htm'
			),
			4, new Hash(
				'contents', 'Dreamweaver CS5',
				'uri', '/dreamweaver-cs5/index.htm'
			),
			5, new Hash(
				'contents', 'Excel 2010',
				'uri', '/excel2010/index.htm'
			),
			6, new Hash(
				'contents', 'Flash CS5',
				'uri', '/flash-cs5/index.htm'
			),
     		7, new Hash(
				'contents', 'Google Docs',
				'uri', '/googledocs/index.htm'
			),
			8, new Hash(
				'contents', 'HTML',
				'uri', '/html/index.htm'
			),
			9, new Hash(
				'contents', 'Internet',
				'uri', '/internet/index.htm'
			),
			10, new Hash(
				'contents', 'Illustrator CS4',
				'uri', '/illustrator-cs4/index.htm'
			),
			11, new Hash(
				'contents', 'Páginas Web',
				'uri', '/paginas-web/index.htm'
			),
			12, new Hash(
				'contents', 'Photoshop CS5',
				'uri', '/photoshop-cs5/index.htm'
			),
			13, new Hash(
				'contents', 'PowerPoint 2010',
				'uri', '/powerpoint-2010/index.htm'
			),
			14, new Hash(
				'contents', 'SQL',
				'uri', '/sql/index.htm'
			),
			15, new Hash(
				'contents', 'Word 2010',
				'uri', '/word-2010/index.htm'
			),
			16, new Hash(
				'contents', 'Windows 7',
				'uri', '/windows7/index.htm'
			),
			17, new Hash(
				'contents', 'Mas cursos...',
				'uri', '/index.html'
			)
		);
 hashMasopciones= new Hash(
        'contents', '<img src="menu/mas_opciones.gif" width="88" height="35" />',
        'contentsHover', '<img src="menu/mas_opciones_pulsado.gif" width="88" height="35" title="Más opciones"/>',
        'uri', '',
		1, new Hash(
				'contents', 'Selección de cursos',
				'uri', 'http://www.aulaclic.net/cursos/'
			),
		2, new Hash(
				'contents', 'Artículos',
				'uri', '/articulos/index.html'
			),
		3, new Hash(
				'contents', 'Foros',
				'uri', 'http://www.aulaclic.net/user/'
			),
		4, new Hash(
				'contents', 'Comprar',
				'uri', 'curso_pago.htm'
     		)
		);

// }}}


