<!--
function swapImg(swapImg, swapSrc)
{
	document.images[swapImg].src = swapSrc;
}
//-->