load_file("nrngui.hoc")
load_file("oneFDSIF.ses")
load_file("fgraph.ses")
load_file("d1graph.ses")
load_file("d2graph.ses")
objref vbox
vbox = new VBox()
vbox.intercept(1) //all following creations go into the "vbox" box
xpanel("Instructions")
xlabel("Fig. 3E.")
xlabel("Click on the Plot button in each Grapher window to see")
xlabel("time course of the facilitation and depression terms.")
xpanel()
vbox.intercept(0) // ends intercept mode
vbox.map() // draw the box and its contents