function openScript(url, width, height){var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=yes,status=yes');}
clckcnt = 0;

function send() {
clckcnt++;
if(clckcnt > 1) {if(clckcnt > 2) {return false;}
alert('Отправка данных...\n\n' + 'Дождитесь окончания процесса!');
return false;}
return true;}

function menu(){var URL = document.jump.jumpto.options[document.jump.jumpto.selectedIndex].value;
top.location.href = URL; target = '_self';}
function pwind(url, logpass, width, height){var Win = window.open(url + "?action=" + document.ftpass.action.value + logpass,"pwind",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=yes,status=yes');}
