function ShowBlock(id){
	$('#sblock_' + id).animate({opacity: 'toggle'}, 300);
	
}

