/*
$ /js/WUI.js | 2008/03/11 15:21 | 2009/07/28 13:27 $
*/

function addBookmark(B,A){if(document.all){window.external.AddFavorite(A,B)}else{if(window.sidebar){window.sidebar.addPanel(B,A,"")}else{alert("Az Ön böngészője nem támogatja ezt a funkciót.")}}}function AJAX(){if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest()}else{if(window.ActiveXObject){xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}else{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}}return xmlhttp}function getCountries(C,D,A){var B=AJAX();if(!B){alert("Az Ön böngészője nem támogatja ezt a funkciót!")}else{B.open("GET","/orszagismertetok/AJAX_getCountries.cgi?continent="+D+"&amp;order="+A,true);B.onreadystatechange=function(){if((B.readyState==4)&&(B.status==200)){document.getElementById(C).innerHTML=B.responseText;setCookie("continent",D);setCookie("order",A)}};B.send(null)}}function setCookie(B,C,A){document.cookie=B+"="+escape(C)+"; path=/"};
