domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
		'contents', 'Nuestra Compañia',
        'contentsHover', 'Nuestra Compañia',
        'uri', '#',
        'target', '_self',
        'statusText', 'Presentación de la empresa',
        1, new Hash(
			'contents', '¿Quien es Dymel?',
            'uri', '/fundacion.php',
            'target', '_self',
            'statusText', '¿Quien es Dymel?'
        ),
		2, new Hash(
            'contents', 'Misión, Visión y Valores',
            'uri', '/misionVision.php',
            'target', '_self',
            'statusText', 'Misión, Visión y Valores'
        ),
		3, new Hash(
            'contents', 'Organigrama',
            'uri', '/includes/ORGANIGRAMA.pdf',
            'target', '_self',
            'statusText', 'Organigrama'
        ),
		4, new Hash(
            'contents', 'Cobertura',
            'uri', '/cobertura.php',
            'target', '_self',
            'statusText', 'Cobertura'
        )),
    2, new Hash(
		'contents', 'Certificaciones',
        'contentsHover', 'Certificaciones',
        'uri', '#',
        'target', '_self',
        'statusText', 'Nuestras Certificaciones',
		1, new Hash(
            'contents', 'Sistema de Gestion Integrado',
            'uri', '/certificados.php',
			'target', '_self',
            'statusText', 'Sistema de Gestion Integrado'
        ),
		2, new Hash(
            'contents', 'ISO 9001:2000',
            'uri', '/iso.php',
			'target', '_self',
            'statusText', 'ISO 9001:2000'
        ),
		3, new Hash(
            'contents', 'OHSAS 18001:2007',
            'uri', '/ohsas.php',
			'target', '_self',
            'statusText', 'OHSAS 18001:2007'
        ),
		4, new Hash(
            'contents', 'Beneficios',
            'uri', '/beneficios.php',
			'target', '_self',
            'statusText', 'Beneficios'
        )),
    3, new Hash(
        'contents', 'Servicios',
        'contentsHover', 'Servicios',
        'uri', '#',
		'target', '_self',
        'statusText', 'Servicios',
        1, new Hash(
            'contents', 'Ingeniería',
            'uri', '/ingenieria.php',
			'target', '_self',
            'statusText', 'Ingeniería'
        ),
		2, new Hash(
            'contents', 'Suministros',
            'uri', '/suministros.php',
			'target', '_self',
            'statusText', 'Suministros'
        ),
		3, new Hash(
            'contents', 'Construcción',
            'uri', '/construccion.php',
			'target', '_self',
            'statusText', 'Construcción'
        )),
    4, new Hash(
        'contents', 'Especialidades',
        'contentsHover', 'Especialidades',
        'uri', '#',
		'target', '_self',
        'statusText', 'Especialidades',
        1, new Hash(
            'contents', 'Electricidad',
            'uri', '/electricidad.php',
			'target', '_self',
            'statusText', 'Electricidad'
        ),
		2, new Hash(
            'contents', 'Mecánica',
            'uri', '/mecanica.php',
			'target', '_self',
            'statusText', 'Mecánica'
        ),
		3, new Hash(
            'contents', 'Telecomunicaciones',
            'uri', '/telecomunicaciones.php',
			'target', '_self',
            'statusText', 'Telecomunicaciones'
        ),
		4, new Hash(
            'contents', 'Obras Civíles',
            'uri', '/civil.php',
			'target', '_self',
            'statusText', 'Obras Civíles'
        )),
    5, new Hash(
        'contents', 'Soporte/Mantenimiento',
        'contentsHover', 'Soporte/Mantenimiento',
        'uri', '#',
		'target', '_self',
        'statusText', 'Soporte y Mantenimiento',
		1, new Hash(
            'contents', 'Outsourcing',
            'uri', '/outsourcing.php',
			'target', '_self',
            'statusText', 'Outsourcing'
        ),
		2, new Hash(
            'contents', 'Generación',
            'uri', '/generacion.php',
			'target', '_self',
            'statusText', 'Generación'
        ),
		3, new Hash(
            'contents', 'Electricidad',
            'uri', '/electricidadmto.php',
			'target', '_self',
            'statusText', 'Electricidad'
        ),
		4, new Hash(
            'contents', 'Electronica',
            'uri', '/electronica.php',
			'target', '_self',
            'statusText', 'Electronica'
        ),
		5, new Hash(
            'contents', 'Power Quality',
            'uri', '/powerQuality.php',
			'target', '_self',
            'statusText', 'Power Quality'
        ),
		6, new Hash(
            'contents', 'Termografia',
            'uri', '/termografia.php',
			'target', '_self',
            'statusText', 'Termografia'
        )),
    6, new Hash(
        'contents', 'Proyectos/Ref',
        'contentsHover', 'Proyectos/Ref',
        'uri', '#',
		'target', '_self',
        'statusText', 'Proyectos/Ref',
		1, new Hash(
            'contents', 'Proyectos',
            'uri', '/projects.php',
			'target', '_self',
            'statusText', 'Nuestros proyectos'
		),
        2, new Hash(
            'contents', 'Referencias',
            'uri', '/referencias.php',
			'target', '_self',
            'statusText', 'Referencias'
		))
));

// }}}
// {{{ 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_es/arrow.gif',
    'baseUri', 'http://www.dymel.com.sv/2009/es'
));