// JavaScript Document

function ChangeImage(strUrl){
	document.imgNumber.src=strUrl;
}





