function setImg( i, href )
{
	var img = document.getElementById( 'img' + i );
	
	img.src = href;
}
