
function changecolor(id,color)
{
	$('#'+id).css('backgroundColor', color);
}

