function chgimg(id, imgsrc) {
	if(id){
     	id.src = imgsrc;
     }
}
