function LM(Id)
 {
  location.href='http://www.lmweb-xl.de/scripts/lmplusi.dll?CFG=790&DLI='+Id+'&'+Deep[Id]
 }
 
 function LmPreis(Id)
 {
  document.write('<a href=javascript:LM('+Id+')>')
  if (MPT[Id]) 
  {
   if (MPT[Id]>=0)  document.write(MPT[Id]+' €') 
   else document.write('ausgebucht')
  }
  else document.write('>prüfen') 
 }
