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