function changetopmenu(id)
{ 
  document.getElementById(id).src="images/"+id+".jpg";

}
function changetopmenuback(id)
{ 
  document.getElementById(id).src="images/"+id+"_hover.jpg";

}
