if (document.images) {
	homebuttonup       = new Image();
    homebuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/home.gif" ;
    homebuttondown     = new Image() ;
    homebuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/home2.gif" ;
	
    productsbuttonup       = new Image();
    productsbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/products.gif" ;
    productsbuttondown     = new Image() ;
    productsbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/products2.gif" ;

    shopNowbuttonup       = new Image();
    shopNowbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/shopNow.gif" ;
    shopNowbuttondown     = new Image() ;
    shopNowbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/shopNow2.gif" ;
    
    aboutUsbuttonup       = new Image();
    aboutUsbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/aboutUs.gif" ;
    aboutUsbuttondown     = new Image() ;
    aboutUsbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/aboutUs2.gif" ;
        
    ourProjectsbuttonup       = new Image();
    ourProjectsbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/ourProjects.gif" ;
    ourProjectsbuttondown     = new Image() ;
    ourProjectsbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/ourProjects2.gif" ;

    fairTradebuttonup       = new Image();
    fairTradebuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/fairTrade.gif" ;
    fairTradebuttondown     = new Image() ;
    fairTradebuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/fairTrade2.gif" ;
    
    getInvolvedbuttonup       = new Image();
    getInvolvedbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/getInvolved.gif" ;
    getInvolvedbuttondown     = new Image() ;
    getInvolvedbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/getInvolved2.gif" ;
    
    findUsbuttonup       = new Image();
    findUsbuttonup.src   = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/findUs.gif" ;
    findUsbuttondown     = new Image() ;
    findUsbuttondown.src = "http://fairworldmarketplace.com/wp-content/themes/fairworldCustom/images/findUs2.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" );
    }
}
