// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(

    1, new Hash(
        'contents', 'NorFast Inc.',
        'contentsHover', 'NorFast Inc.',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'What&#8217;s New',
            'uri', 'nf-whatsnew.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Contact Information',
            'uri', 'nf-contactinfo.html',
            'statusText', ''
        ),

        3, new Hash(
            'contents', 'Corporate Information',
            'uri', 'nf-corpinfo.html',
            'statusText', ''
        ),


        4, new Hash(
            'contents', 'Media & Press',
            'uri', 'nf-press.html',
            'statusText', '')),

    2, new Hash(
        'contents', 'Fastening Systems',
        'contentsHover', 'Fastening Systems',
        'uri', '',
        'statusText', '',


        1, new Hash(
            'contents', 'Product Brochures',
            'uri', 'fs-brochure.html',
            'statusText', ''
        ),


        2, new Hash(
            'contents', 'Technical Specs',
            'uri', 'fs-techspecs.html',
            'statusText', ''
        ),


        3, new Hash(
            'contents', 'Installation Tools',
            'uri', 'fs-itools.html',
            'statusText', ''
        ),

        4, new Hash(
            'contents', 'Clip Removal Tool',
            'uri', 'fs-rtools.html',
            'statusText', ''
        ),

        5, new Hash(
            'contents', 'Photo Gallery',
            'uri', 'fs-gallery.html',
            'statusText', ''
        ),

        6, new Hash(
            'contents', 'Fastener for Steel Ties',
            'uri', 'fs-steelties.html',
            'statusText', ''
		),
		
		7, new Hash(
			'contents','Fastener for Concrete Ties',
			'uri', 'fs-concreteties.html',
			'statusText','')),

    3, new Hash(
        'contents', 'Insulated Joints',
        'contentsHover', 'Insulated Joints',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Features & Benefits',
            'uri', 'ij-features.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Product Brochures',
            'uri', 'ij-brochure.html',
            'statusText', ''
        ),

        3, new Hash(
            'contents', 'Technical Specs',
            'uri', 'ij-techspecs.html',
            'statusText', '')),

    4, new Hash(
        'contents', 'Specialized Products',
        'contentsHover', 'Specialized Products',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Bridge Decks',
            'uri', 'bd-index.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Direct Fixation',
            'uri', 'df-index.html',
            'statusText', '')),

    5, new Hash(
        'contents', 'Request Information',
        'contentsHover', 'Request Information',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Request Form',
            'uri', 'rq-form.html',
            'statusText', ''))

));

// }}}