function swap_images(imgname, status, dir){
	document.images[imgname].src=dir+"images/"+imgname+status+".jpg";
}