function changeCountryPopup(n,t){var i=t,u=document.getElementById("q"),r;u==undefined&&(u=document.getElementById("miniq"));r="";u!=undefined&&u.value!=$("#hiddenwatermarktxt").val()&&(r=u.value);i=i.replace("$country$",n);r==""?i=i.replace("$q$",""):(r=encodeURIComponent(r),i=i.indexOf("$q$")>0?i.replace("$q$",r):i.indexOf("?")>0?i+"&q="+r:i+"?q="+r);goTo(i)}function goTo(n){var t=document.createElement("form");t.method="POST";t.action=n;t.style.display="none";$("body").append(t);t.submit()}