function send_feedback()
{
   window.open ('/ru/feedback.html', 'feedback', 'scrollbars=yes,status=yes,width=550, height=550');
   return;
}
