function show_count(type_id)
{
	$('#count-'+type_id).show();
}
function hide_count(type_id)
{
	$('#count-'+type_id).hide();
}
