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