function changePic(el_id, new_pic) {

	document.getElementById(el_id).src=new_pic;

}