// {{{ cache images

var cachedImages = new Array();
cachedImages[0] = new Image();
cachedImages[0].src = '///menu/navigation_01.jpg';
cachedImages[1] = new Image();
cachedImages[1].src = '///menu/navigation_02.jpg';
cachedImages[2] = new Image();
cachedImages[2].src = '///menu/navigation_03.jpg';
cachedImages[3] = new Image();
cachedImages[3].src = '///menu/navigation_04.jpg';
cachedImages[4] = new Image();
cachedImages[4].src = '///menu/navigation_05.jpg';
cachedImages[5] = new Image();
cachedImages[5].src = '///menu/navigation_06.jpg';
cachedImages[6] = new Image();
cachedImages[6].src = '///menu/navigation_07.jpg';
cachedImages[7] = new Image();
cachedImages[7].src = '///menu/navigation_01.jpg';
cachedImages[8] = new Image();
cachedImages[8].src = '///menu/navigation_02.jpg';
cachedImages[9] = new Image();
cachedImages[9].src = '///menu/navigation_03.jpg';
cachedImages[10] = new Image();
cachedImages[10].src = '///menu/navigation_04.jpg';
cachedImages[11] = new Image();
cachedImages[11].src = '///menu/navigation_05.jpg';
cachedImages[12] = new Image();
cachedImages[12].src = '///menu/navigation_06.jpg';
cachedImages[13] = new Image();
cachedImages[13].src = '///menu/navigation_07.jpg';

// }}}

// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_01.jpg" width="53" height="22" alt="Home">',
        'contentsHover', '<img src="///menu/navigation_01.jpg" width="53" height="22" alt="Home">',
        'uri', '///index.html',
        'target', '_self',
        'statusText', 'Home'),

    2, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_02.jpg" width="70" height="22" alt="Overview">',
        'contentsHover', '<img src="///menu/navigation_02.jpg" width="70" height="22" alt="Overview">',
        'uri', '///overview/',
		'target', '_self',
        'statusText', 'Overview',

        1, new domMenu_Hash(
            'contents', 'Advantages of BIA Capital',
            'uri', '///overview/advantages.html',
            'statusText', 'Advantages of BIA Capital'),

        2, new domMenu_Hash(
            'contents', 'Transaction Process',
            'uri', '///overview/process.html',
            'statusText', 'Transaction Process')),

    3, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_03.jpg" width="61" height="22" alt="Services">',
        'contentsHover', '<img src="///menu/navigation_03.jpg" width="61" height="22" alt="Services">',
		'uri', '///services/',
		'target', '_self',
        'statusText', 'Services',

		1, new domMenu_Hash(
            'contents', 'Strategic and Financial Advice',
            'uri', '///services/advice.html',
            'statusText', 'Strategic and Financial Advice'),

		2, new domMenu_Hash(
            'contents', 'Raise Capital',
            'uri', '///services/capital.html',
            'statusText', 'Raise Capital'),

        3, new domMenu_Hash(
            'contents', 'Buy/Sell Representations',
            'uri', '///services/buy-sell.html',
            'statusText', 'Buy/Sell Representations')),

    4, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_04.jpg" width="126" height="22" alt="Management Team">',
        'contentsHover', '<img src="///menu/navigation_04.jpg" width="126" height="22" alt="Management Team">',
		'uri', '///team/',
		'target', '_self',
        'statusText', 'Management Team',

		1, new domMenu_Hash(
            'contents', 'Thomas J. Buono',
            'uri', '///team/buono.html',
            'statusText', 'Thomas J. Buono'),

                2, new domMenu_Hash(
            'contents', 'Gregg E. Johnson',
            'uri', '///team/johnson.html',
            'statusText', 'Gregg E. Johnson'),

                3, new domMenu_Hash(
            'contents', 'Lloyd R. Sams',
            'uri', '///team/sams.html',
            'statusText', 'Lloyd R. Sams'),

                4, new domMenu_Hash(
            'contents', 'Charles A. Wiebe',
            'uri', '///team/wiebe.html',
            'statusText', 'Charles A. Wiebe'),

                5, new domMenu_Hash(
            'contents', 'Mike Andres',
            'uri', '///team/andres.html',
            'statusText', 'Mike Andres')),

    5, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_05.jpg" width="85" height="22" alt="Transactions">',
        'contentsHover', '<img src="///menu/navigation_05.jpg" width="85" height="22" alt="Transactions">',
		'uri', '///transactions/',
		'target', '_self',
        'statusText', 'Transactions'),

   6, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_06.jpg" width="130" height="22" alt="Enhanced Resources">',
        'contentsHover', '<img src="///menu/navigation_06.jpg" width="130" height="22" alt="Enhanced Resources">',
		'uri', '///resources/',
		'target', '_self',
        'statusText', 'Enhanced Resources',

		1, new domMenu_Hash(
            'contents', 'BIA Digital Partners LP',
            'uri', '///resources/bia.html',
            'statusText', 'BIA Digital Partners LP'),

		2, new domMenu_Hash(
            'contents', 'BIA Financial Network',
            'uri', '///resources/bia-fn.html',
            'statusText', 'BIA Financial Network'),

		3, new domMenu_Hash(
            'contents', 'Press Releases',
            'uri', '///resources/press-releases/',
            'statusText', 'Press Releases'),

        4, new domMenu_Hash(
            'contents', 'Research',
            'uri', '///resources/research.html',
            'statusText', 'Research')),

    7, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_07.jpg" width="79" height="22" alt="Contact Us">',
        'contentsHover', '<img src="///menu/navigation_07.jpg" width="79" height="22" alt="Contact Us">',
        'uri', '///contact/',
		'target', '_self',
        'statusText', 'Contact Us'
		),
		
	8, new domMenu_Hash(
        'contents', '<img src="///menu/navigation_08.jpg" width="144" height="22" alt="Blog">',
        'contentsHover', '<img src="///menu/navigation_08.jpg" width="144" height="22" alt="Blog">',
        'uri', 'http://blog.biacapital.com/financial/',
		'target', '_blank',
        'statusText', 'Blog'
		)
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', 0,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 0,
    'closeMouseoutMenuDelay', 150
));

// }}}
