// JavaScript Document
function repl(img)
{
	document.item_image.src=img;
	}
