function BasketSubmit(action)
{
  document.forms['basket'].elements['Action'].value = action;
}
