function say_thunks()
{
jQuery('#id_say_thunks').load('/common/say_thunks.php');
jQuery('#lim').html('<font color=white><b>Ваша благодарность услышана</b></font>');

		$("#comment").overlay({
		 top: '40%',
		 mask: {
		  color: '#000',
		  loadSpeed: 0,
		        closeSpeed: 0,
		  opacity: 0.5,
		        startOpacity: 0.5
		 },
		    speed: 0,
		 closeOnClick: false,
		 load: true
		});
}




function send_comment()
{
text_code = document.getElementById('id_code').value;
text_name = document.getElementById('my_name').value;
text_com = document.getElementById('text_comment').value;
text_com = encodeURIComponent(text_com);
text_name = encodeURIComponent(text_name);
jQuery('#comment').load('/common/say_thunks_comment.php?code='+text_code+'&com='+text_com+'&my_name='+text_name);
$("#comment, #exposeMask").hide();
document.location.href = "http://yadonor.ru/ru/movement/comments/";
}

function say_thunks_from_main()
{
jQuery('#id_say_thunks').load('/common/say_thunks.php');
jQuery('#lim').html('<font color=white><b>Ваша благодарность услышана</b></font>');

		$("#comment").overlay({
		 top: '40%',
		 mask: {
		  color: '#000',
		  loadSpeed: 0,
		        closeSpeed: 0,
		  opacity: 0.5,
		        startOpacity: 0.5
		 },
		    speed: 0,
		 closeOnClick: false,
		 load: true
		});
}
