<!--
function imgChange(input, imgSrc)
{
	//alert(input);
	input.src = imgSrc;
}
-->
