  home_normal= new Image()
  home_normal.src="images/home_normal.jpg"
  home_hover = new Image()
  home_hover.src = "images/home_hover.jpg"
  
  constitution_normal= new Image()
  constitution_normal.src="images/constitution_normal.jpg"
  constitution_hover = new Image()
  constitution_hover.src = "images/constitution_hover.jpg"
  
  fact_normal= new Image()
  fact_normal.src="images/fact_normal.jpg"
  fact_hover = new Image()
  fact_hover.src = "images/fact_hover.jpg"
  
  news_normal= new Image()
  news_normal.src="images/news_normal.jpg"
  news_hover = new Image()
  news_hover.src = "images/news_hover.jpg"
  
  links_normal= new Image()
  links_normal.src="images/links_normal.jpg"
  links_hover = new Image()
  links_hover.src = "images/links_hover.jpg"
  
  contact_normal= new Image()
  contact_normal.src="images/contact_normal.jpg"
  contact_hover = new Image()
  contact_hover.src = "images/contact_hover.jpg"
  
  minutes_normal= new Image()
  minutes_normal.src="images/minutes_normal.jpg"
  minutes_hover = new Image()
  minutes_hover.src = "images/minutes_hover.jpg"
 
  
 function picChangeOver(x,y)
{
  
  x.src=y.src
  
}
