function tx_ocen_glosuj(suid, stype, id)
{
	$("a.tooltip").html('<img src="fileadmin/templates/main/images/loader-green.gif" />');
	$.post('index.php?type=777',{uid: suid, where:stype},
		function(data) {
			$('#'+id).html(data);
		}
	);
}