function swapMenuImg(img,to) {
	var imagePath='images/';
	img.src=imagePath+to;
}

