function bloge_ekle(vvalue,vtext) { fcity=document.form1.elements.ulke_sehir; flength=fcity.length; fcurrent=flength-1; document.form1.elements.ulke_sehir[fcurrent].selected=true; fcity.options[flength]=new Option("Другое","bos"); fcity.options[fcurrent]=new Option(vvalue+","+vtext,"bosx",true,true); // document.form1.elements.ulke_sehir[1].selected=true; } function bloge_ekle2(vvalue,vtext) { fcity=document.form1.elements.ulke_sehir; flength=fcity.length; fcurrent=flength-1; document.form1.elements.ulke_sehir[fcurrent].selected=true; fcity.options[flength]=new Option("Другое","bos"); fcity.options[fcurrent]=new Option(vvalue,"bosx",true); // kacincisec = document.form1.elements.le // document.form1.elements.ulke_sehir[1].selected=true; } function changeCity() { sindex=document.form1.elements.ulke_sehir.selectedIndex; if (document.form1.elements.ulke_sehir[sindex].value=="boss") { window.open('ulke_sec_d.phtml?ulke=39&f=1','','location=0,status=0,scrollbars=0,width=700,height=500'); document.form1.elements.ulke_sehir[0].selected=true; } } function changeUlke() { sindex=document.form1.elements.ulke_sehir.selectedIndex; if (document.form1.elements.ulke_sehir[sindex].value=="boss") { window.open('ulke_sec.phtml?ulke=39&f=1','','location=0,status=0,scrollbars=0,width=400,height=300'); document.form1.elements.ulke_sehir[0].selected=true; } } function regKontrol(pattern, value) { r = new RegExp(pattern, "g"); return r.test(value); }