var megyeszam; function regiochange() { s="index.php?p=kereses®io="+formkeres.regio.value; window.location.replace(s); } function artipuschange() { var e1,e2; s1="hidden"; s2="visible"; if (document.formSzallasAdat.armegadas[0].checked) { s1="visible"; s2="hidden"; } e1 = document.getElementById("aregyszeru"); e2 = document.getElementById("arbovitett"); e1.style.visibility=s1; e2.style.visibility=s2; } function rakerdez(szoveg,igenUrl) { var agree=confirm(szoveg); if (agree) { return true ; } else { return false ; } } function TerkepFrissit(tipus) { location.href = "http://szallastipp.hu/index.php?p=kereses&kereseshely="+tipus; } function ell_szallaselosztasszobak() { b=0; for(i=0;i47) && (c2<58)) s2=s2+c1; if ((c2>96) && (c2<123)) s2=s2+c1; if (c1=='-') s2=s2+c1; } document.formSzallasAdat.fiwebnev.value=s2; webnev2.innerText=s2; } function imgChange( a,b ) { if (a==1) t="menu01"; if (a==2) t="menu02"; if (a==3) t="menu03"; if (a==4) t="menu04"; if (a==5) t="menu05"; if (a==6) t="menu06"; if (a==7) t="menu07"; if (a==8) t="menu08"; if (a==9) t="menu09"; if (a==10) t="menu10"; if (a==1) t2="m1"; if (a==2) t2="m2"; if (a==3) t2="m3"; if (a==4) t2="m4"; if (a==5) t2="m5"; if (a==6) t2="m6"; if (a==7) t2="m7"; if (a==10) t2="m10"; s="document.images['id"+t+"'].src = 'images/"+t2+b+".png'"; eval(s); } function img2Change( a,b ) { if (a==1) t="gomb01"; if (a==2) t="gomb02"; if (a==3) t="gomb03"; if (a==4) t="gomb04"; if (a==5) t="gomb05"; if (a==1) t2="g_kalkulator"; if (a==2) t2="g_keres"; if (a==3) t2="g_reszletes"; if (a==4) t2="g_terkep"; if (a==5) t2="g_egyszeru"; s="document.images['id"+t+"'].src = 'images/"+t2+b+".png'"; eval(s); } function img3Change( a,b ) { s="document.images['"+a+"'].src = 'images/"+b+".png'"; eval(s); } function imgGombChange( a,b ) { s="document."+a+".src = 'images/"+b+".png'"; eval(s); } function mousemegyeclick() { formkeres.megye.value=megyeszam; megyechange(); // s="a=document.images['megyesterkep'].src"; // s="megyesterkep.src='"+a+".png'"; // eval(s); // alert(a); } function mousemegyebe( a,msz) { s="document.images['megyesterkep'].src = 'images/megyek/"+a+".png'"; megyeszam=msz; eval(s); } function mousemegyeki( a ) { // s="megyesterkep.src='images/megyek/ures.png'"; s="document.images['megyesterkep'].src = 'images/megyek/ures.png'"; eval(s); } function ablak_varos(cid){ screenW = (screen.width)/2-300; screenH = (screen.height)/2-275; cim2='varos.php?view='+cid; // cim2='index.php?p=varos&view='+cid; window.open(cim2,'','scrollbars=yes,resizable=no,width=600,height=550,left='+screenW+',top='+screenH); } /* Create a new XMLHttpRequest object to talk to the Web server */ var xmlHttp = false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { xmlHttp = false; } } @end @*/ if (!xmlHttp && typeof XMLHttpRequest != 'undefined') { xmlHttp = new XMLHttpRequest(); } if (navigator.userAgent.indexOf("Opera")!=-1 && document.getElementById) type="OP"; if (document.all) type="IE"; if (document.layers) type="NN"; if (!document.all && document.getElementById) type="MO"; function ShowLayer(id, action){ if (type=="IE") eval("document.all." + id + ".style.visibility='" + action + "'"); if (type=="NN") eval("document." + id + ".visibility='" + action + "'"); if (type=="MO" || type=="OP") eval("document.getElementById('" + id + "').style.visibility='" + action + "'"); } function updatePage() { if (xmlHttp.readyState == 4) { var response = xmlHttp.responseText; //alert(response); document.getElementById('level_valasz').innerHTML = response; } } function mail(id,address,name,sender,content) { content=content.replace(/\r\n/g,"
"); var url = "http://szallastipp.hu/mail.php?dcid="+id+"&address="+address+"&name="+name+"&sender="+sender+"&content="+content; xmlHttp.open("GET", url, true); xmlHttp.onreadystatechange = updatePage; xmlHttp.send(null); }