
//Copyright 2007 NISA Internet and Computer Solutions Limited. All rights reserved.



function loadNewImage(imgSrc) {
	document.images['SwapImg'].src = imgSrc;
}
