function toRowColor(ID,Typ)
{ 

if(Typ==0) { Farbe="#FFE94A" } else{ Farbe="#FFFFFF" } 

  document.getElementById(ID).bgColor=Farbe
}



