// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'ABOUT REGAL',
        'contentsHover', 'ABOUT REGAL',
        'uri', 'about.php',
        'statusText', 'ABOUT REGAL',
        
       1, new Hash(
            'contents', 'What We Do and Who We Sell To',
            'contentsHover', 'What We Do and Who We Sell To',
            'uri', 'whatwedo.php',
            'statusText', 'What We Do and Who We Sell To'
            ),
       2, new Hash(
            'contents', 'Advantages of Doing Business With Regal Fabrics',
            'contentsHover', 'Advantages of Doing Business With Regal Fabrics',
            'uri', 'advantages.php',
            'statusText', 'Advantages of Doing Business With Regal Fabrics'
            ),
       3, new Hash(
            'contents', 'History',
            'contentsHover', 'History',
            'uri', 'history.php',
            'statusText', 'History'
            ),
       4, new Hash(
            'contents', 'Regal Contract Fabrics',
            'contentsHover', 'Regal Contract Fabrics',
            'uri', 'rfContract.php',
            'statusText', 'Regal Contract Fabrics'
            ),
      5, new Hash(
            'contents', 'Krelan Fabrics',
            'contentsHover', 'Krelan Fabrics',
            'uri', 'krelanPress.php',
            'statusText', 'Krelan Fabrics'
    )),
    2, new Hash(
        'contents', 'PRODUCTS',
        'contentsHover', 'PRODUCTS',
        'uri', 'products.php',
        'statusText', 'PRODUCTS',
        
        1, new Hash(
            'contents', 'Search Fabrics',
            'contentsHover', 'Search Fabrics',
            'uri', 'products.php',
            'statusText', 'Search Fabrics'
            ),
       2, new Hash(
            'contents', 'Design Gallery',
            'contentsHover', 'Design Gallery',
            'uri', 'designGallery.php',
            'statusText', 'Design Gallery'
            ),
       3, new Hash(
            'contents', 'Customer Gallery',
            'contentsHover', 'Customer Gallery',
            'uri', 'customerGallery.php',
            'statusText', 'Customer Gallery'
  		  )),
    3, new Hash(
        'contents', 'CONTACT',
        'contentsHover', 'CONTACT',
        'uri', 'contact.php',
        'statusText', 'CONTACT',
        
        1, new Hash(
            'contents', 'Sales Representatives',
            'contentsHover', 'Sales Representatives',
            'uri', 'salesrepsR.php',
            'statusText', 'Sales Representatives'
            ),
       2, new Hash(
            'contents', 'Trade Shows',
            'contentsHover', 'Trade Shows',
            'uri', 'tradeshows.php',
            'statusText', 'Trade Shows'
            ),
       3, new Hash(
            'contents', 'Careers&nbsp;at&nbsp;Regal&nbsp;Fabrics',
            'contentsHover', 'Careers&nbsp;at&nbsp;Regal&nbsp;Fabrics',
            'uri', 'careers.php',
            'statusText', 'Careers at Regal Fabrics'
            ),
       4, new Hash(
            'contents', 'Visiting Regal Fabrics',
            'contentsHover', 'Visiting Regal Fabrics',
            'uri', 'visiting.php',
            'statusText', 'Visiting Regal Fabrics'
           
     )),
    4, new Hash(
        'contents', 'CUSTOM',
        'contentsHover', 'CUSTOM',
        'uri', 'design.php',
        'statusText', 'CUSTOM',
        
        1, new Hash(
            'contents', 'To&nbsp;Create&nbsp;New&nbsp;Designs&nbsp;or&nbsp;Colors',
            'contentsHover', 'To&nbsp;Create&nbsp;New&nbsp;Designs&nbsp;or&nbsp;Colors',
            'uri', 'create.php',
            'statusText', 'To Create New Designs or Colors'
            ),
       2, new Hash(
            'contents', 'Copyrights',
            'contentsHover', 'Copyrights',
            'uri', 'copyrightsFAB.php',
            'statusText', 'Copyrights'
     )),     
    5, new Hash(
        'contents', 'FABRICS 101',
        'contentsHover', 'FABRICS 101',
        'uri', 'learn.php',
        'statusText', 'FABRICS 101',
        
        1, new Hash(
            'contents', 'Fabric Value Guide',
            'contentsHover', 'Fabric Value Guide',
            'uri', 'valueguide.php',
            'statusText', 'Fabric Value Guide'
            ),
       2, new Hash(
            'contents', 'Glossary of Textile Terms',
            'contentsHover', 'Glossary of Textile Terms',
            'uri', 'glossary.php',
            'statusText', 'Glossary of Textile Terms'
 ))));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 500,
    'expandMenuArrowUrl', 'arrow.gif'
));

// }}}
