function rozwinGrupe(id) {
	this.id1 = document.getElementById(''+ id + '');
	id1.style.display='block';
}
