function ctrl_enter(e,form)
{if(((e.keyCode==13)||(e.keyCode==10))&&(e.ctrlKey==true))form.submit();}
function confirmdelete(){var agree=confirm("Ви впевнені, що хочете очистити всі поля??");if(agree)
document.location="index.php";}