function switchImage(el,img){
	el.src = img;
}
