﻿function ACSnewImg(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function ACSswapImages(item,image) {var x = $(item);x.src=image;}
