// {{{ domMenu_main: data
domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'HOME',
        'uri', 'index.php?opc=1',
        'statusText', 'Home'
    ),
    2, new domMenu_Hash(
        'contents', 'EMPRESA',
        'uri', 'index.php?opc=2',
        'statusText', 'Nuestra Empresa'
    ),
    3, new domMenu_Hash(
        'contents', 'PRODUCTOS<img src="images/flecha_down.gif">',
        'uri', '',
        'statusText', 'NUESTROS PRODUCTOS',
        1, new domMenu_Hash(
            'contents', 'LINEA CENTURY ALTO IMPACTO',
            'uri', '',
            'statusText', '',
	        1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=altoimpacto',
				'statusText', ''
			),
	        2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', 'index.php?opc=5&linea=altoimpacto',
				'statusText', ''
			)
        ),
        2, new domMenu_Hash(
            'contents', 'LINEA CENTURY',
            'uri', '',
            'statusText', '',
	        1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=century',
				'statusText', ''
			),
	        2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', 'index.php?opc=5&linea=century',
				'statusText', ''
			)
        ),
        3, new domMenu_Hash(
            'contents', 'LINEA GALAXIE',
            'uri', '',
            'statusText', '',
	        1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=galaxie',
				'statusText', ''
			),
	        2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', 'index.php?opc=5&linea=galaxie',
				'statusText', ''
			)
        ),
        4, new domMenu_Hash(
            'contents', 'LINEA MILLENNIUM',
            'uri', '',
            'statusText', '',
	        1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=millennium',
				'statusText', ''
			),
	        2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', '',
				'statusText', '',
		        1, new domMenu_Hash(
					'contents', 'TREN SUPERIOR',
					'uri', 'index.php?opc=5&linea=millennium/tren_superior',
					'statusText', ''
				),
		        2, new domMenu_Hash(
					'contents', 'TREN INFERIOR',
					'uri', 'index.php?opc=5&linea=millennium/tren_inferior',
					'statusText', ''
				),
		        3, new domMenu_Hash(
					'contents', 'BANCOS',
					'uri', 'index.php?opc=5&linea=millennium/bancos',
					'statusText', ''
				),
		        4, new domMenu_Hash(
					'contents', 'ACCESORIOS',
					'uri', 'index.php?opc=5&linea=millennium/accesorios',
					'statusText', ''
				),
		        5, new domMenu_Hash(
					'contents', 'AEROBICOS',
					'uri', 'index.php?opc=5&linea=millennium/aerobico',
					'statusText', ''
				)
			)
        ),
        5, new domMenu_Hash(
            'contents', 'LINEA BASE',
            'uri', '',
            'statusText', '',
			1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=base',
				'statusText', ''
			),
			2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', 'index.php?opc=5&linea=base',
				'statusText', ''
			)
        ),
       	6, new domMenu_Hash(
            'contents', 'LINEA HIDRAULICA',
            'uri', '',
            'statusText', '',
			1, new domMenu_Hash(
				'contents', 'CARACTERISTICAS TECNICAS',
				'uri', 'index.php?opc=4&linea=hidraulica',
				'statusText', ''
			),
			2, new domMenu_Hash(
				'contents', 'MAQUINAS',
				'uri', 'index.php?opc=5&linea=hidraulica',
				'statusText', ''
			)
		),
        7, new domMenu_Hash(
            'contents', 'BICICLETAS',
            'uri', '',
            'statusText', '',
	        1, new domMenu_Hash(
				'contents', 'BIKE GROUP By Millennium',
				'uri', 'index.php?opc=7',
				'statusText', ''
			),
			2, new domMenu_Hash(
				'contents', 'MODELO MILLENNIUM BIKE A CORREA',
				'uri', 'index.php?opc=6&linea=bicicletas/acorrea',
				'statusText', ''
			),
			3, new domMenu_Hash(
				'contents', 'MODELO MILLENNIUM BIKE A CADENA',
				'uri', 'index.php?opc=6&linea=bicicletas/acadena',
				'statusText', ''
			),
			4, new domMenu_Hash(
				'contents', 'MODELO MILLENNIUM',
				'uri', 'index.php?opc=6&linea=bicicletas/millennium',
				'statusText', ''
			),
			5, new domMenu_Hash(
				'contents', 'MODELO INNOVATE',
				'uri', 'index.php?opc=6&linea=bicicletas/innovate',
				'statusText', ''
			)
		),
		8, new domMenu_Hash(
			'contents', 'CINTAS',
			'uri', 'index.php?opc=11',
			'statusText', ''
		),
		9, new domMenu_Hash(
			'contents', 'SOFT PARA GIMNASIOS',
			'uri', 'index.php?opc=12',
			'statusText', ''
		)

    ),
    4, new domMenu_Hash(
        'contents', 'FABRICACION',
        'uri', 'index.php?opc=3',
        'statusText', 'Fabricación'
    ),
    5, new domMenu_Hash(
        'contents', 'EVENTOS',
        'uri', 'index.php?opc=8',
        'statusText', ''
    ),
    6, new domMenu_Hash(
        'contents', 'SALONES',
        'uri', 'index.php?opc=10',
        'statusText', ''
    ),
    7, new domMenu_Hash(
        'contents', 'CONTACTO',
        'uri', 'index.php?opc=9',
        'statusText', 'Contacto'
    )
));

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'menuBarWidth', '80%',
    'subMenuMinWidth', 'inherit',
	'menuBarClass', 'BJ_menuBar',
    'menuElementClass', 'BJ_menuElement',
    'menuElementHoverClass', 'BJ_menuElementHover',
    'menuElementActiveClass', 'BJ_menuElementActive',
    'subMenuBarClass', 'BJ_subMenuBar',
    'subMenuElementClass', 'BJ_subMenuElement',
    'subMenuElementHoverClass', 'BJ_subMenuElementHover',
    'subMenuElementActiveClass', 'BJ_subMenuElementHover',
    'distributeSpace', false,
    'openMouseoverMenuDelay', 100,
    'openMousedownMenuDelay', 0,
    'openMouseoverSubMenuDelay', 100,
	'closeClickMenuDelay', 0,
    'closeMouseoutMenuDelay', 300,
	'openClickSubMenuDelay', -1,
    'closeMouseoutSubMenuDelay', 300,
    'closeClickSubMenuDelay', -1,	
	'axis', 'horizontal',
	'verticalExpand', 'south',
    'horizontalExpand', 'east',
    'subMenuWidthCorrection', 0,
    'verticalSubMenuOffsetY', 0,
    'verticalSubMenuOffsetX', 1,
    'horizontalSubMenuOffsetX', 0,
    'horizontalSubMenuOffsetY', 0,
    'screenPadding', 0,
    'baseZIndex', 100
));

// }}}

