function changeImg(img_src, img_id)
{
	src = img_src;
	$('#'+img_id).attr("src", src);
}

