


domMenu_data.setItem('domMenu_main', new domMenu_Hash(

    //////////////////
    // Photo Gallery //
    //////////////////
    1, new domMenu_Hash(
        'contents', 'Pictures',
        'contentsHover', 'Pictures',
        'uri', '',
        'statusText', 'Stories And Pictures of our spot, our bungalows, and the bunches of pike and walleye we catch at Abitibi',

        1, new domMenu_Hash(
            'contents', 'Pictures 2004-2005',
            'uri', 'http://www.icefishbigab.com/pics.html',
            'statusText', 'Pictures of our bungalows 2004-2005'
        ),
                
        2, new domMenu_Hash(
            'contents', 'Pictures 2006',
            'uri', 'http://www.icefishbigab.com/pics_2006.htm',
            'statusText', 'Pictures of our bungalows 2006'
        ),
        
        3, new domMenu_Hash(
            'contents', 'Pictures 2007',
            'uri', 'http://www.icefishbigab.com/pics_2007.htm',
            'statusText', 'Pictures of our bungalows adventures 2007'
        )
        
    ), // End of Menu 1 (Photo Gallery)

    //////////////////
    // The Spot //////
    //////////////////
    2, new domMenu_Hash(
        'contents', 'The Spot',
        'contentsHover', 'The Spot',
        'uri', 'http://www.icefishbigab.com/thespot.htm',
        'statusText', 'Learn About Lake Abitibi, Where Our Bungalows Are Located, Etc.',
        
        1, new domMenu_Hash(
            'contents', '',
            'uri', '',
            'statusText', 'Fishing content. Pictures, Stories, And Movies'
        ),
                
        2, new domMenu_Hash(
            'contents', 'How To Get Here',
            'uri', 'http://www.icefishbigab.com/directions.html',
            'statusText', 'Learn How To Get Here'
        )
    ), // End of Menu 2 (Fishing)
        
    //////////////////
    // ICE Bungalows ///
    //////////////////
    3, new domMenu_Hash(
        'contents', 'ICE Bungalows',
        'contentsHover', 'ICE Bungalows',
        'uri', 'http://www.icefishbigab.com/bungalows.htm',
        'statusText', 'Learn About Our ICE Bungalows, And How To Rent Them',
        
        1, new domMenu_Hash(
            'contents', 'Pricing',
            'uri', 'http://www.icefishbigab.com/bungprice.htm',
            'statusText', 'Bungalow Pricing'
        ),
                
        2, new domMenu_Hash(
            'contents', 'Our Bungalows',
            'uri', 'http://www.icefishbigab.com/bungalows.htm',
            'statusText', 'Learn About Our ICE Bungalows, And How To Rent Them'
        )
    ), // End of Menu 3 (ICE Bungalows)
    
     //////////////////
    // Testimonials////
    //////////////////
    4, new domMenu_Hash(
        'contents', 'Testimonials',
        'contentsHover', 'Testimonials',        
        'uri', 'http://www.icefishbigab.com/Testimonials.htm',
        'statusText', 'Testimonials Comming Soon',
        
        1, new domMenu_Hash(
            'contents', '',
            'contentsHover', '',           
            'uri', '',
            'statusText', ''
        ),
                
        2, new domMenu_Hash(
            'contents', 'Sign The Guest Book',
            'uri', 'http://www.icefishbigab.com/guest_book/sign.htm',
            'statusText', 'Sign The Guest Book'
        )
    ), // End of Menu 4 (Testimonials)

    //////////////////
    // Contest-Derby //////
    //////////////////            
    5, new domMenu_Hash(
        'contents', 'Contest-Derby',
        'contentsHover', 'Contest-Derby',
        'uri', 'http://www.icefishbigab.com/Contest-Derby/',
        'statusText', 'Big Fish Contest Win 50% Off Your Next Trip',
       
	    1, new domMenu_Hash(
            'contents', '',
            'uri', '',
            'statusText', 'Big Fish Contest Win 50% Off Your Next Trip'
        ),
                
        2, new domMenu_Hash(
            'contents', 'Walleye Derby Entries',
            'uri', 'http://www.icefishbigab.com/Contest-Derby/walleye_derby_entries.htm',
            'statusText', 'Big Fish Contest Win 50% Off Your Next Trip - Walleye Derby Entries'
        ),
                
        3, new domMenu_Hash(
            'contents', 'Pike Derby Entries',
            'uri', 'http://www.icefishbigab.com/Contest-Derby/Pike_derby_entries.htm',
            'statusText', 'Big Fish Contest Win 50% Off Your Next Trip - Pike Derby Entries'
        ),
                
        4, new domMenu_Hash(
            'contents', 'Trophy Room',
            'uri', 'http://www.icefishbigab.com/Contest-Derby/Trophy_Room.htm',
            'statusText', 'See pictures and read stories about our current Trophy Entries'
        )
    ) // End of Menu 5 (Contest-Derby)
           
)); // End of Menu Bar


domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 1000
));
