function chlang ( lng ) {
  var f = document.getElementById('myform');
  f.action = lng + '/order.html';
  if (f){	f.submit();
  return(false); }
}
