
function LmPreis(Id)
{
  if (MPL[Id]) 
  {  if (MPL[Id]>=0)  document.write('ab '+MPL[Id]+' ') 
     else document.write('ausgebucht')
  }
  else document.write('prüfen') 
               
}

