if S.line[atc_id]=="4" then
  F.stn("Hts3W", "Spn4W", "Gpl4W", "R")
  if depart then
    setstate("Spn4ups", "cr")
    --setstate("Trp3ECross", "red")
  end
else
  F.stn("Hts3W", "Spn3W", "Trp3W", "R")
  atc_set_text_outside("Line 3 - Clockwise Ring Line")
  if depart then
    setstate("Spn4ups", "st")
  end
end