function BindProductYear(n){n>0&&$.ajax({type:"POST",url:"/partner/ssl-proposal.aspx?pid="+n,success:function(n){$("#ddlYear").empty();var t=n.split(",");for(i=0;i<t.length;i++)$("#ddlYear").append($("<option><\/option>").val(t[i]).html(t[i]))},error:function(){alert("Error while getting product year")}})}function ShowHide(n){n.options[n.selectedIndex].text=="US"||n.options[n.selectedIndex].text=="United States"?(document.getElementById("dvddlState").style.display="",document.getElementById("txtState").style.display="none"):(document.getElementById("dvddlState").style.display="none",document.getElementById("txtState").style.display="")}function ValidateState(n,t){var i=document.getElementById("ddlCountry"),r=document.getElementById("ddlState"),u=document.getElementById("txtState");t.IsValid=i.options[i.selectedIndex].text=="US"||i.options[i.selectedIndex].text=="United States"?parseInt(r.value)>0?!0:!1:!0}function ValidateCountry(n,t){var i=document.getElementById("ddlCountry");t.IsValid=i.value!=""?!0:!1}function submitrfq(){var btnsubmitrfq=document.getElementById("hdnbtnsubrfq").value;return Page_ClientValidate("rfqvalidation"),Page_IsValid&&(!isNaN(parseInt($("#ddlProducts").val()))&&parseInt($("#ddlProducts").val())>0?!isNaN(parseInt($("#ddlYear").val()))&&parseInt($("#ddlYear").val())>0?!isNaN(parseInt($("#ddlQuantity").val()))&&parseInt($("#ddlQuantity").val())>0?setTimeout(eval(btnsubmitrfq),2e3):alert("Please select Quantity."):alert("Please select number of Years."):alert("Please select product.")),!1}$(document).ready(function(){AmazonUrl=document.getElementById("hndAmazonURL").value;ShowHide(document.getElementById("ddlCountry"));$("#ddlProducts").change(function(){BindProductYear(this.value)});parseInt($("#ddlProducts").val())>0&&BindProductYear(parseInt($("#ddlProducts").val()))})