function icon(strImageName, strUrl)
{
	document.images[strImageName].src = strUrl;
}