﻿
    var xmlHttp = false;   
    try 
    {
        xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
    } 
    catch (e) 
    {
        try 
        {
            xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
        } 
        catch (e2) 
        {
            xmlHttp = false;
        }
        }
        if (!xmlHttp && typeof XMLHttpRequest != 'undefined') {
            xmlHttp = new XMLHttpRequest();
    }
    
    function checkUserValidity()
    {
        var tbeUserName = document.getElementById('UserName');
        if (tbeUserName.value == "")
            return;
        var url = "iCheckAcount.asp?username=" + tbeUserName.value;
        xmlHttp.open("GET", url, true);
        xmlHttp.onreadystatechange = function(){callBack_check("checkValidityResult")};
        xmlHttp.send(null);
    }
    
    function callBack_check(s) 
    {
        if (xmlHttp.readyState == 4) 
        {
            var isValid = xmlHttp.responseText;
            var checkResult = document.getElementById(s);
            checkResult.innerHTML = (isValid == "2") ? "": "Please choose another name.";
        }
    }

		
		
		
		
		function autocomplete(ic)
		{
		var Tel;
		
		
		if(ic== "")
		{
			alert("Please select your Country.");
			document.getElementById("UserTel").value= "";
			document.getElementById("Country",0).focus();
			return false;
		}
		else if(ic=="Afghanistan") { Tel="93-"; }
		else if(ic=="Albania") { Tel="355-"; }
		else if(ic=="Algeria") { Tel="213-"; }
		else if(ic=="Andorra") { Tel="376-"; }
		else if(ic=="Angola") { Tel="244-"; }
		else if(ic=="Anguilla I") { Tel="1264-"; }
		else if(ic=="Antigua and Barbuda") { Tel="1268-"; }
		else if(ic=="Argentina") { Tel="54-"; }
		else if(ic=="Armenia") { Tel="374-"; }
		else if(ic=="Aruba I.") { Tel="297-"; }
		else if(ic=="Australia") { Tel="61-"; }
		else if(ic=="Austria") { Tel="43-"; }
		else if(ic=="Azerbaijan") { Tel="994-"; }
		else if(ic=="Bahrain") { Tel="973-"; }
		else if(ic=="Bangladesh") { Tel="880-"; }
		else if(ic=="Barbados") { Tel="1246-"; }
		else if(ic=="Belarus") { Tel="375-"; }
		else if(ic=="Belgium") { Tel="32-"; }
		else if(ic=="Belize") { Tel="501-"; }
		else if(ic=="Benin") { Tel="229-"; }
		else if(ic=="Bhutan") { Tel="975-"; }
		else if(ic=="Bolivia") { Tel="591-"; }
		else if(ic=="Botswana") { Tel="267-"; }
		else if(ic=="Brazil") { Tel="55-"; }
		else if(ic=="Bulgaria") { Tel="359-"; }
		else if(ic=="Burundi") { Tel="257-"; }
		else if(ic=="Cameroon") { Tel="237-"; }
		else if(ic=="Canada") { Tel="1-"; }
		else if(ic=="Cape Verde") { Tel="238-"; }
		else if(ic=="Central Africa") { Tel="236-"; }
		else if(ic=="Chad") { Tel="235-"; }
		else if(ic=="Chile") { Tel="56-"; }
		else if(ic=="Cocos I.") { Tel="-"; }
		else if(ic=="Colombia") { Tel="57-"; }
		else if(ic=="Comoro") { Tel="269-"; }
		else if(ic=="Congo") { Tel="242-"; }
		else if(ic=="Costa Rica") { Tel="506-"; }
		else if(ic=="Croatian") { Tel="-"; }
		else if(ic=="Cuba") { Tel="53-"; }
		else if(ic=="Cyprus") { Tel="357-"; }
		else if(ic=="Czech") { Tel="420-"; }
		else if(ic=="Denmark") { Tel="45-"; }
		else if(ic=="Dominican Rep.") { Tel="1809-"; }
		else if(ic=="Ecuador") { Tel="593-"; }
		else if(ic=="Egypt") { Tel="20-"; }
		else if(ic=="El Salvador") { Tel="503-"; }
		else if(ic=="Estonia") { Tel="372-"; }
		else if(ic=="Ethiopia") { Tel="251-"; }
		else if(ic=="Fiji") { Tel="679-"; }
		else if(ic=="Finland") { Tel="358-"; }
		else if(ic=="France") { Tel="33-"; }
		else if(ic=="Gabon") { Tel="241-"; }
		else if(ic=="Gambia") { Tel="220-"; }
		else if(ic=="Georgia") { Tel="995-"; }
		else if(ic=="Germany") { Tel="49-"; }
		else if(ic=="Ghana") { Tel="233-"; }
		else if(ic=="Greece") { Tel="30-"; }
		else if(ic=="Greenland") { Tel="299-"; }
		else if(ic=="Grenada") { Tel="1809-"; }
		else if(ic=="Guatemala") { Tel="502-"; }
		else if(ic=="Guinea") { Tel="224-"; }
		else if(ic=="Guinea-bissau") { Tel="245-"; }
		else if(ic=="Guyana") { Tel="592-"; }
		else if(ic=="Haiti") { Tel="509-"; }
		else if(ic=="Honduras") { Tel="504-"; }
		else if(ic=="HunGary") { Tel="36-"; }
		else if(ic=="Iceland") { Tel="354-"; }
		else if(ic=="India") { Tel="91-"; }
		else if(ic=="Indonesia") { Tel="62-"; }
		else if(ic=="Iran") { Tel="98-"; }
		else if(ic=="Iraq") { Tel="964-"; }
		else if(ic=="Ireland") { Tel="353-"; }
		else if(ic=="Israel") { Tel="972-"; }
		else if(ic=="Italy") { Tel="39-"; }
		else if(ic=="Ivory Coast") { Tel="225-"; }
		else if(ic=="Jamaica") { Tel="1876-"; }
		else if(ic=="Japan") { Tel="81-"; }
		else if(ic=="Jordan") { Tel="962-"; }
		else if(ic=="Kampuchea") { Tel="855-"; }
		else if(ic=="Kazakhstan") { Tel="7-"; }
		else if(ic=="Kenya") { Tel="254-"; }
		else if(ic=="Kiribati") { Tel="686-"; }
		else if(ic=="Korea") { Tel="850-"; }
		else if(ic=="Korea") { Tel="82-"; }
		else if(ic=="Kuwait") { Tel="965-"; }
		else if(ic=="Kyrgyzstan") { Tel="7-"; }
		else if(ic=="Laos") { Tel="856-"; }
		else if(ic=="Latvia") { Tel="371-"; }
		else if(ic=="Lebanon") { Tel="961-"; }
		else if(ic=="Lesotho") { Tel="266-"; }
		else if(ic=="Liberia") { Tel="231-"; }
		else if(ic=="Libya") { Tel="218-"; }
		else if(ic=="Liechtenstein") { Tel="-"; }
		else if(ic=="Lithuania") { Tel="370-"; }
		else if(ic=="Luxembourg") { Tel="352-"; }
		else if(ic=="Macedonia") { Tel="389-"; }
		else if(ic=="Madagascar") { Tel="261-"; }
		else if(ic=="Malawi") { Tel="265-"; }
		else if(ic=="Malaysia") { Tel="60-"; }
		else if(ic=="Maldive") { Tel="960-"; }
		else if(ic=="Mali") { Tel="223-"; }
		else if(ic=="Malta") { Tel="356-"; }
		else if(ic=="Mariana Is.") { Tel="670-"; }
		else if(ic=="Mauritius") { Tel="230-"; }
		else if(ic=="Mayotte I.") { Tel="269-"; }
		else if(ic=="Mexico") { Tel="52-"; }
		else if(ic=="Moldova") { Tel="373-"; }
		else if(ic=="Monaco") { Tel="377-"; }
		else if(ic=="Mongolia") { Tel="976-"; }
		else if(ic=="Morocco") { Tel="212-"; }
		else if(ic=="Mozambique") { Tel="258-"; }
		else if(ic=="Myanmar") { Tel="95-"; }
		else if(ic=="Namibia") { Tel="264-"; }
		else if(ic=="Nauru") { Tel="674-"; }
		else if(ic=="Nepal") { Tel="977-"; }
		else if(ic=="Netherlands") { Tel="31-"; }
		else if(ic=="New Zealand") { Tel="64-"; }
		else if(ic=="Nicaragua") { Tel="505-"; }
		else if(ic=="Niger") { Tel="227-"; }
		else if(ic=="Nigeria") { Tel="234-"; }
		else if(ic=="Norway") { Tel="47-"; }
		else if(ic=="Oman") { Tel="968-"; }
		else if(ic=="Panama") { Tel="507-"; }
		else if(ic=="Papua New Guinea") { Tel="675-"; }
		else if(ic=="Paraguay") { Tel="595-"; }
		else if(ic=="Peru") { Tel="51-"; }
		else if(ic=="Philippines") { Tel="63-"; }
		else if(ic=="Poland") { Tel="48-"; }
		else if(ic=="Portugal") { Tel="351-"; }
		else if(ic=="Pskistan") { Tel="92-"; }
		else if(ic=="Puerto Rico") { Tel="1787-"; }
		else if(ic=="Qatar") { Tel="974-"; }
		else if(ic=="Rumania") { Tel="40-"; }
		else if(ic=="Russia") { Tel="7-"; }
		else if(ic=="Rwanda") { Tel="250-"; }
		else if(ic=="Samoa,Eastern") { Tel="684-"; }
		else if(ic=="Samoa,Western") { Tel="685-"; }
		else if(ic=="San.Marino") { Tel="378-"; }
		else if(ic=="Saudi Arabia") { Tel="966-"; }
		else if(ic=="Senegal") { Tel="221-"; }
		else if(ic=="Seychelles") { Tel="248-"; }
		else if(ic=="Singapore") { Tel="65-"; }
		else if(ic=="Slovak") { Tel="421-"; }
		else if(ic=="Slovenia") { Tel="386-"; }
		else if(ic=="Solomon Is.") { Tel="677-"; }
		else if(ic=="Somali") { Tel="252-"; }
		else if(ic=="South Africa") { Tel="27-"; }
		else if(ic=="Spain") { Tel="34-"; }
		else if(ic=="Sri Lanka") { Tel="94-"; }
		else if(ic=="St.Christopher and Nevis") { Tel="1809-"; }
		else if(ic=="St.Helena") { Tel="290-"; }
		else if(ic=="St.Lucia") { Tel="1758-"; }
		else if(ic=="St.Vincent I.") { Tel="1784-"; }
		else if(ic=="Sudan") { Tel="249-"; }
		else if(ic=="Suriname") { Tel="597-"; }
		else if(ic=="Swaziland") { Tel="268-"; }
		else if(ic=="Sweden") { Tel="46-"; }
		else if(ic=="Switzerland") { Tel="41-"; }
		else if(ic=="Syria") { Tel="963-"; }
		else if(ic=="Tajikistan") { Tel="7-"; }
		else if(ic=="Tanzania") { Tel="255-"; }
		else if(ic=="Thailand") { Tel="66-"; }
		else if(ic=="The United Arab Emirates") { Tel="971-"; }
		else if(ic=="Togo") { Tel="228-"; }
		else if(ic=="Tonga") { Tel="676-"; }
		else if(ic=="Trinidad and Tobago") { Tel="1809-"; }
		else if(ic=="Tunisia") { Tel="216-"; }
		else if(ic=="Turkey") { Tel="90-"; }
		else if(ic=="Turkmenistan") { Tel="993-"; }
		else if(ic=="Turks and Caicos Is.") { Tel="1809-"; }
		else if(ic=="Tuvalu") { Tel="688-"; }
		else if(ic=="U.S.A") { Tel="1-"; }
		else if(ic=="Uganda") { Tel="256-"; }
		else if(ic=="Ukraine") { Tel="380-"; }
		else if(ic=="United Kingdom") { Tel="44-"; }
		else if(ic=="Uruguay") { Tel="598-"; }
		else if(ic=="Uzbekistan") { Tel="7-"; }
		else if(ic=="Vanuatu") { Tel="678-"; }
		else if(ic=="Vatican") { Tel="379-"; }
		else if(ic=="Venezuela") { Tel="58-"; }
		else if(ic=="Vietnam") { Tel="84-"; }
		else if(ic=="Virgin Is.") { Tel="1809-"; }
		else if(ic=="Virgin Is. and St.Croix I.") { Tel="1809-"; }
		else if(ic=="Wake I.") { Tel="1808-"; }
		else if(ic=="Wallis And Futuna Is.") { Tel="681-"; }
		else if(ic=="Western sahara") { Tel="967-"; }
		else if(ic=="Yemen") { Tel="967-"; }
		else if(ic=="Yugoslavia") { Tel="381-"; }
		else if(ic=="Zaire") { Tel="243-"; }
		else if(ic=="Zambia") { Tel="260-"; }
		else if(ic=="Zanzibar") { Tel="259-"; }
		else if(ic=="Zimbabwe") { Tel="263-"; }
		else if(ic=="China") { Tel="86-"; }
		else if(ic=="Taiwan")  { Tel="886-"; }
		else if(ic=="Hong Kong")  { Tel="852-"; }
		else if(ic=="Macao")  { Tel="853-"; }
		document.getElementById("UserTel").value= Tel;
		}

		

