﻿/* updateImage
*/
function updateImage(img)
{
	$('#focusImage').attr('src', img);
}
