function imgswap(imgid, imgsrc)	{		document[imgid].src = imgsrc;	}
