function galleryToolbox(){
	$('a[title="Phoca Gallery"]').parent().css('display', 'none');
	$('.galleryCatBox').css('display', 'none');
	$('.galleryCatBox').fadeIn(1000);
	
	// ustawiamy wysokość panelu głównego
	//alert('phocagallery: ' + $('#phocagallery').height());
	$('#mainPanel').css('height', $('#phocagallery').height() + 60);
}
