
function onKeyLic(e){if(e.keyCode==13)fnLic()}

function fnLic(){
  sLic=document.getElementById('txtLic');
  if(sLic.value.length<6){sLic.value='';return}
  GetServerData("GetTypeInfoByLicence", "", sLic.value, "to_shop");
}
