function makepwd()
{strval='ABCDEFGHIJKLMNPQRSTUVWXYZabcdefghijklmnpqrstuvwxyz123456789';
strval1='';
j=0;
while((j!=Number(j) || j<7 || j>20) && j!=null){j=prompt("Введите, пожалуйста, длину пароля (от 7 до 20 символов):","8");}

if(j!=null){
for(i=1;i<Number(j)+1;++i)
{strval1=strval1+strval.charAt(Math.round(Math.random() * (strval.length-1)));}
j=prompt("Для вас сгенерирован новый пароль, запомните его.\r\nПосле нажатия OK пароль будет записан в соответствующие поля.",strval1);
if(j!=null){
document.getElementById("psypas0").value=strval1;
document.getElementById("psypas1").value=strval1;}}}

function chngcntr(cntrn)
{if(cntrn){cntrn="("+cntrn+") "}
if(confirm("Новая страна "+cntrn+"сейчас будет выбрана автоматически.\r\n\r\n"+wishto()+"изменить страну?"))
{location.href='http://'+location.hostname+'/regdata.php?new=country#change_country';}}

function setregi()
{document.getElementById("getregi").src="/frames/getregi.php?n=1&r="+document.getElementById("cit").value;
document.getElementById("getvill").src="/frames/getregi.php?v=1&r="+document.getElementById("cit").value;
document.getElementById("regi").value=0;
document.getElementById("vill").value=0}
