load_file("nrngui.hoc")
xpanel("choose a simulation")
  xlabel("Choose a simulation, quit and restart to run the other simulation")
  xlabel("Note this code is designed to run on parallel computers however")
  xlabel("will also run on serial computers.")
  xbutton("single spine at every location in basal dend tree","load_file(\"code_run_single_spine.hoc\")")
  xbutton("run multiple spines on branch","load_file(\"code_run_multiple_spines_on_branch.hoc\")")
  xbutton("Quit","quit()")
xpanel()