

<!--
function swapImage(n,img) {
	document.images[n].src = img;
}
//-->
