function ChangePicture(strimageName, strUrl)
{
	document.images[strimageName].src = strUrl;
}

