if (document.images) {
    homebuttonup       = new Image();
    homebuttonup.src   = "http://www.2fatpolocksbbq.com/images/homebutton.gif" ;
    homebuttondown     = new Image() ;
    homebuttondown.src = "http://www.2fatpolocksbbq.com/images/homebuttondown.gif" ;

    aboutbuttonup       = new Image();
    aboutbuttonup.src   = "http://www.2fatpolocksbbq.com/images/aboutbutton.gif" ;
    aboutbuttondown     = new Image() ;
    aboutbuttondown.src = "http://www.2fatpolocksbbq.com/images/aboutbuttondown.gif" ;
    
    gallerybuttonup       = new Image();
    gallerybuttonup.src   = "http://www.2fatpolocksbbq.com/images/gallerybutton.gif" ;
    gallerybuttondown     = new Image() ;
    gallerybuttondown.src = "http://www.2fatpolocksbbq.com/images/gallerybuttondown.gif" ;

    cookerbuttonup       = new Image();
    cookerbuttonup.src   = "http://www.2fatpolocksbbq.com/images/cookerbutton.gif" ;
    cookerbuttondown     = new Image() ;
    cookerbuttondown.src = "http://www.2fatpolocksbbq.com/images/cookerbuttondown.gif" ;
    
    rubsbuttonup       = new Image();
    rubsbuttonup.src   = "http://www.2fatpolocksbbq.com/images/rubsbutton.gif" ;
    rubsbuttondown     = new Image() ;
    rubsbuttondown.src = "http://www.2fatpolocksbbq.com/images/rubsbuttondown.gif" ;

    sponsorsbuttonup       = new Image();
    sponsorsbuttonup.src   = "http://www.2fatpolocksbbq.com/images/sponsorsbutton.gif" ;
    sponsorsbuttondown     = new Image() ;
    sponsorsbuttondown.src = "http://www.2fatpolocksbbq.com/images/sponsorsbuttondown.gif" ;
    
    newsbuttonup       = new Image();
    newsbuttonup.src   = "http://www.2fatpolocksbbq.com/images/newsbutton.gif" ;
    newsbuttondown     = new Image() ;
    newsbuttondown.src = "http://www.2fatpolocksbbq.com/images/newsbuttondown.gif" ;

    linksbuttonup       = new Image();
    linksbuttonup.src   = "http://www.2fatpolocksbbq.com/images/linksbutton.gif" ;
    linksbuttondown     = new Image() ;
    linksbuttondown.src = "http://www.2fatpolocksbbq.com/images/linksbuttondown.gif" ; 
    
    contactbuttonup       = new Image();
    contactbuttonup.src   = "http://www.2fatpolocksbbq.com/images/contactbutton.gif" ;
    contactbuttondown     = new Image() ;
    contactbuttondown.src = "http://www.2fatpolocksbbq.com/images/contactbuttondown.gif" ;
    
    guybuttonup       = new Image();
    guybuttonup.src   = "http://www.2fatpolocksbbq.com/images/guybutton.jpg" ;
    guybuttondown     = new Image() ;
    guybuttondown.src = "http://www.2fatpolocksbbq.com/images/guybuttondown.gif" ;

    michelebuttonup       = new Image();
    michelebuttonup.src   = "http://www.2fatpolocksbbq.com/images/michelebutton.jpg" ;
    michelebuttondown     = new Image() ;
    michelebuttondown.src = "http://www.2fatpolocksbbq.com/images/michelebuttondown.gif" ; 
    
    garybuttonup       = new Image();
    garybuttonup.src   = "http://www.2fatpolocksbbq.com/images/garybutton.jpg" ;
    garybuttondown     = new Image() ;
    garybuttondown.src = "http://www.2fatpolocksbbq.com/images/garybuttondown.gif" ;

    ruthbuttonup       = new Image();
    ruthbuttonup.src   = "http://www.2fatpolocksbbq.com/images/ruthbutton.jpg" ;
    ruthbuttondown     = new Image() ;
    ruthbuttondown.src = "http://www.2fatpolocksbbq.com/images/ruthbuttondown.gif" ;
    
    kylebuttonup       = new Image();
    kylebuttonup.src   = "http://www.2fatpolocksbbq.com/images/kylebutton.jpg" ;
    kylebuttondown     = new Image() ;
    kylebuttondown.src = "http://www.2fatpolocksbbq.com/images/kylebuttondown.gif" ;

    colebuttonup       = new Image();
    colebuttonup.src   = "http://www.2fatpolocksbbq.com/images/colebutton.jpg" ;
    colebuttondown     = new Image() ;
    colebuttondown.src = "http://www.2fatpolocksbbq.com/images/colebuttondown.gif" ; 

    gusbuttonup       = new Image();
    gusbuttonup.src   = "http://www.2fatpolocksbbq.com/images/gusbutton.jpg" ;
    gusbuttondown     = new Image() ;
    gusbuttondown.src = "http://www.2fatpolocksbbq.com/images/gusbuttondown.gif" ;    

}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
