if (document.images)
{
  about= new Image(190,38); 
  about.src="images/about_hover.png"; 

  initiatives= new Image(190,38); 
  initiatives.src="images/initiatives_hover.png"; 

  accomplishments= new Image(190,38); 
  accomplishments.src="images/accomplishments_hover.png"; 

  clothingbins= new Image(190,38); 
  clothingbins.src="images/clothingbins_hover.png"; 

  events= new Image(190,38); 
  events.src="images/events_hover.png"; 

  news= new Image(190,38); 
  news.src="images/news_hover.png"; 

  getinvolved= new Image(190,38); 
  getinvolved.src="images/getinvolved_hover.png"; 

  resources= new Image(190,38); 
  resources.src="images/resources_hover.png"; 

  contribute= new Image(190,38); 
  contribute.src="images/contribute_hover.png"; 

  contact= new Image(190,38); 
  contact.src="images/contact_hover.png"; 
  
  index= new Image(190,38); 
  index.src="images/home_hover.png"; 
 
}