// JavaScript Document



function swapImageMenu(imgShow, imgID){

  	document.getElementById(imgID).src = "images/menu/" + imgShow;

}
