/* -------------------*/
/* --- menu items --- */
/* -------------------*/
var MENU_ITEMS = [ 
        ['Home', 'index.html'],

        ['Meats', 'meats.html' ],
        
        
        ['Livestock', 'livestock.html'],
        
        ['Livestock Waterers', 'waterers.html',
            ['Equine', 'equine.html'],
            ['Swine', 'swine.html'],
            ['Cattle', 'cattle.html?'],
            ['Pet', 'pet.html'],
            ['Sheep/Goat', 'sheepandgoat.html'],
        ],
    
        ['Fence', 'fence.html'],
        

        ['Hay', 'hay.html'],

        ['Contact', 'contact.html'],

];