function sendFrm(frm)
{
	if (document.all && window.event.ctrlKey && window.event.keyCode == 13) {
		frm.action += '?but=Отправить';
		frm.submit();
	}
}