//function LoadDvCCNum(ccType)
//            {
 //                if (ccType.value!=0){
 //                  AjaxGetCreditCadNumber(ccType.value);
//                 }
 //           }
//function AjaxGetCreditCadNumber(ccType)
 //           {
 //               var xmlhttp = getXmlHttpRequest();
//                xmlhttp.onreadystatechange=function()
 //                 {
//                      if (xmlhttp.readyState==4 &amp;&amp; xmlhttp.status==200)
 //                       {
  //                      var tdVal="cardnumber";
 //                      document.getElementById(tdVal).innerText=xmlhttp.responseText;
 //                       }
//                  }
//                xmlhttp.open("GET","http://localhost:2975/Cart/DevCreditCardNum/" + ccType ,true);
//                xmlhttp.send();
//            }
			

