function show_description(id, mode) {
	var t;
	if (t = document.getElementById('comment' + id)) t.style['display'] = mode ? 'block' : 'none';
}


