function logout()
{
	document.location.href = DOC_ROOT+'twoje_konto&logout=1';
}


show_panel = function(panel_id, trigger)
{
	$('.sizes_table').hide();
	$('.select_size_table').removeClass('sst_active');
	$('#'+panel_id).show();
	trigger.addClass('sst_active');
}
