// JavaScript Document
//function changeCountry(obj){
// 
//   if (obj.options[obj.selectedIndex].value=="TR"){
//       document.getElementById("InvoiceInfo1_invoiceCityDDL").style.display=''
//       document.getElementById("InvoiceInfo1_txtinvoiceCityDDL").style.display='none'       
//       
//   }
//   else
//   {         
//       document.getElementById("InvoiceInfo1_invoiceCityDDL").style.display='none'
//       document.getElementById("InvoiceInfo1_txtinvoiceCityDDL").style.display=''                 
//   }

//}
//function InvoiceNextPage(){
//NextPage(); 

//}

