function swapImage(id,source)
{
	$('#'+id).attr("src",source);
}
