function GetCasinoInstall(objAnchor)
{
    
	var objCurrTag = null;
	var arrInputs;
	var strQueryString;    
    var strFlashLang;

    strQueryString = "/exit/KINGNEPTUNESDOWNLOAD/tracking.aspx?";
    var eventId	= objAnchor.getAttribute('eventid');
	strQueryString += "eventid=" + eventId;
	strQueryString += "&s=" + document.getElementById("txtAffiliateID").value;
    strQueryString += "&a=" + document.getElementById("txtAdID").value;
    strQueryString += "&b=" + document.getElementById("txtBannerID").value;
	
	var strCountry
    strCountry= document.getElementById("txtCountry").value;

    /*if (strCountry == "us")
    { 
     alert("Download Unavailable");
     return false;
    }
    else
    {*/
	 window.open(strQueryString);
	 return false;
    //}	
}

function GetFlashInstall(objAnchor)
{
//	var strCountry
//    var strBTAG;
//    strBTAG = document.getElementById("txtVT").value;
//    strCountry= document.getElementById("txtCountry").value;

//    /*if ((strCountry == "us"))
//    {  
//       alert("Download Unavailable");
//    }
//    else
//    {*/
//       window.open('https://kingneptunes.gameassists.co.uk/kingneptunes/?btag=' + strBTAG,'Claim','width=800, height=700');
    //    //}
    var objCurrTag = null;
    var arrInputs;
    var strQueryString;
    var strFlashLang;

    strQueryString = "/exit/FLASHCASINO/tracking.aspx?";
    var eventId = objAnchor.getAttribute('eventid');
    strQueryString += "eventid=" + eventId;
    strQueryString += "&s=" + document.getElementById("txtAffiliateID").value;
    strQueryString += "&a=" + document.getElementById("txtAdID").value;
    strQueryString += "&b=" + document.getElementById("txtBannerID").value;

    var strCountry
    strCountry = document.getElementById("txtCountry").value;

    /*if (strCountry == "us")
    { 
    alert("Download Unavailable");
    return false;
    }
    else
    {*/
    window.open(strQueryString);
    return false;
}
