function bt(iName,str)
{
	document.images[iName].src = str;
}
