Another suggestion for #1 - if you want the images to be interactive, then
you can implement nested windows by using SuperviseWindow.  Its a bit more
complicated; you can't use the built-in Image macro and instead need to
build an equivalent from Display and AutoCamera.  A demo network follows.
Two pages: Data, which sets up geometry to be generated in each window and
a camera, and the Windows, that does the windowing.  The top window is
sized at 512x256, the two lower ones at 256x256 with the one on the right
offset 0,256.  There are selectors to set interaction mode (from the
default interactors) and to specify hardware (eg. OpenGL rendering) or
software (eg. built-in OpenDX rendering).

One note about doing it this way - you need to pass the where output of
SuperviseWindow into the third input of Display, which is by default
hidden, so control-F the Display module and expand it.  If a Display module
runs without a window coming in, it will create its own and it cannot
thereafter be changed; you need to route in a window from SuperviseWindow
or SuperviseCamera before you execute the net.

Hope you find it useful.

Greg

------------------------- CUT HERE ---------------------------
//
// time: Wed Oct 24 12:56:00 2001
//
// version: 3.1.2 (format), 4.1.1 (DX)
//
//
// MODULE main
// page assignment: Data order=3, windowed=0, showing=0
// page assignment: Windows   order=2, windowed=0, showing=1
// workspace: width = 659, height = 595
// layout: snap = 0, width = 50, height = 50, align = NN
//
macro main(
) -> (
) {
    //
    // node Construct[1]: x = 45, y = 58, inputs = 4, label = Construct
    // input[1]: defaulting = 0, visible = 1, type = 16777224, value = {[-1 -1 
-1]}
    // input[2]: defaulting = 0, visible = 1, type = 16777224, value = {[.1 .1 
.1]}
    // input[3]: defaulting = 0, visible = 1, type = 8, value = [21 21 21]
    // page group: Data
    //
main_Construct_1_out_1 =
    Construct(
    main_Construct_1_in_1,
    main_Construct_1_in_2,
    main_Construct_1_in_3,
    main_Construct_1_in_4
    ) [instance: 1, cache: 1];
    //
    // node Replace[1]: x = 47, y = 141, inputs = 4, label = Replace
    // input[3]: defaulting = 0, visible = 1, type = 32, value = "positions"
    // page group: Data
    //
main_Replace_1_out_1 =
    Replace(
    main_Construct_1_out_1,
    main_Construct_1_out_1,
    main_Replace_1_in_3,
    main_Replace_1_in_4
    ) [instance: 1, cache: 1];
    //
    // node Compute[1]: x = 83, y = 216, inputs = 2, label = Compute
    // input[1]: defaulting = 0, visible = 0, type = 32, value = 
"mag(abs($0)-[0.5,0.5,0.5])"
    // page group: Data
    // expression: value = mag(abs(a)-[0.5,0.5,0.5])
    // name[2]: value = a
    //
main_Compute_1_out_1 =
    Compute(
    main_Compute_1_in_1,
    main_Replace_1_out_1
    ) [instance: 1, cache: 1];
    //
    // node ShowBox[1]: x = 160, y = 294, inputs = 1, label = ShowBox
    // page group: Data
    //
main_ShowBox_1_out_1,
main_ShowBox_1_out_2 =
    ShowBox(
    main_Compute_1_out_1
    ) [instance: 1, cache: 1];
    //
    // node AutoCamera[1]: x = 229, y = 441, inputs = 9, label = AutoCamera
    // input[4]: defaulting = 0, visible = 0, type = 1, value = 256
    // input[5]: defaulting = 0, visible = 0, type = 5, value = 1.0
    // page group: Data
    //
main_AutoCamera_1_out_1 =
    AutoCamera(
    main_ShowBox_1_out_1,
    main_AutoCamera_1_in_2,
    main_AutoCamera_1_in_3,
    main_AutoCamera_1_in_4,
    main_AutoCamera_1_in_5,
    main_AutoCamera_1_in_6,
    main_AutoCamera_1_in_7,
    main_AutoCamera_1_in_8,
    main_AutoCamera_1_in_9
    ) [instance: 1, cache: 1];
    //
    // node Isosurface[1]: x = 38, y = 295, inputs = 6, label = Isosurface
    // input[3]: defaulting = 0, visible = 1, type = 1, value = 2
    // input[6]: defaulting = 0, visible = 0, type = 1, value = 1
    // page group: Data
    //
main_Isosurface_1_out_1 =
    Isosurface(
    main_Compute_1_out_1,
    main_Isosurface_1_in_2,
    main_Isosurface_1_in_3,
    main_Isosurface_1_in_4,
    main_Isosurface_1_in_5,
    main_Isosurface_1_in_6
    ) [instance: 1, cache: 1];
    //
    // node AutoColor[1]: x = 84, y = 363, inputs = 10, label = AutoColor
    // page group: Data
    //
main_AutoColor_1_out_1,
main_AutoColor_1_out_2 =
    AutoColor(
    main_Isosurface_1_out_1,
    main_AutoColor_1_in_2,
    main_AutoColor_1_in_3,
    main_AutoColor_1_in_4,
    main_AutoColor_1_in_5,
    main_AutoColor_1_in_6,
    main_Compute_1_out_1,
    main_AutoColor_1_in_8,
    main_AutoColor_1_in_9,
    main_AutoColor_1_in_10
    ) [instance: 1, cache: 1];
    //
    // node MapToPlane[1]: x = 290, y = 297, inputs = 3, label = MapToPlane
    // page group: Data
    //
main_MapToPlane_1_out_1 =
    MapToPlane(
    main_Compute_1_out_1,
    main_MapToPlane_1_in_2,
    main_MapToPlane_1_in_3
    ) [instance: 1, cache: 1];
    //
    // node AutoColor[2]: x = 427, y = 381, inputs = 10, label = AutoColor
    // page group: Data
    //
main_AutoColor_2_out_1,
main_AutoColor_2_out_2 =
    AutoColor(
    main_MapToPlane_1_out_1,
    main_AutoColor_2_in_2,
    main_AutoColor_2_in_3,
    main_AutoColor_2_in_4,
    main_AutoColor_2_in_5,
    main_AutoColor_2_in_6,
    main_Compute_1_out_1,
    main_AutoColor_2_in_8,
    main_AutoColor_2_in_9,
    main_AutoColor_2_in_10
    ) [instance: 2, cache: 1];
    //
    // node Collect[1]: x = 136, y = 446, inputs = 2, label = Collect
    // page group: Data
    //
main_Collect_1_out_1 =
    Collect(
    main_AutoColor_1_out_1,
    main_ShowBox_1_out_1
    ) [instance: 1, cache: 1];
    //
    // node Collect[2]: x = 365, y = 449, inputs = 2, label = Collect
    // page group: Data
    //
main_Collect_2_out_1 =
    Collect(
    main_ShowBox_1_out_1,
    main_AutoColor_2_out_1
    ) [instance: 2, cache: 1];
    //
    // node SuperviseWindow[1]: x = 176, y = 20, inputs = 11, label = 
SuperviseWindow
    // input[1]: defaulting = 0, visible = 1, type = 32, value = "Combined"
    // input[3]: defaulting = 0, visible = 1, type = 8, value = [512, 256]
    // page group: Windows
    //
main_SuperviseWindow_1_out_1,
main_SuperviseWindow_1_out_2,
main_SuperviseWindow_1_out_3 =
    SuperviseWindow(
    main_SuperviseWindow_1_in_1,
    main_SuperviseWindow_1_in_2,
    main_SuperviseWindow_1_in_3,
    main_SuperviseWindow_1_in_4,
    main_SuperviseWindow_1_in_5,
    main_SuperviseWindow_1_in_6,
    main_SuperviseWindow_1_in_7,
    main_SuperviseWindow_1_in_8,
    main_SuperviseWindow_1_in_9,
    main_SuperviseWindow_1_in_10,
    main_SuperviseWindow_1_in_11
    ) [instance: 1, cache: 1];
    //
    // node SuperviseWindow[3]: x = 372, y = 154, inputs = 11, label = 
SuperviseWindow
    // input[3]: defaulting = 0, visible = 1, type = 8, value = [256, 256]
    // input[4]: defaulting = 0, visible = 1, type = 8, value = [256, 0]
    // page group: Windows
    //
main_SuperviseWindow_3_out_1,
main_SuperviseWindow_3_out_2,
main_SuperviseWindow_3_out_3 =
    SuperviseWindow(
    main_SuperviseWindow_3_in_1,
    main_SuperviseWindow_3_in_2,
    main_SuperviseWindow_3_in_3,
    main_SuperviseWindow_3_in_4,
    main_SuperviseWindow_1_out_1,
    main_SuperviseWindow_3_in_6,
    main_SuperviseWindow_3_in_7,
    main_SuperviseWindow_3_in_8,
    main_SuperviseWindow_3_in_9,
    main_SuperviseWindow_3_in_10,
    main_SuperviseWindow_3_in_11
    ) [instance: 3, cache: 1];
    //
    // node Transmitter[3]: x = 213, y = 522, inputs = 1, label = defaultCamera
    // page group: Data
    //
defaultCamera = main_AutoCamera_1_out_1;
    //
    // node Receiver[1]: x = 0, y = 56, inputs = 1, label = defaultCamera
    // page group: Windows
    //
main_Receiver_1_out_1[cache: 0] = defaultCamera;
    //
    // node Reset[2]: x = 441, y = 237, inputs = 6, label = Reset
    // input[1]: defaulting = 0, visible = 0, type = 32, value = 
"main_Reset_2_out_1"
    // input[2]: defaulting = 0, visible = 0, type = 29, value = 0
    // input[3]: defaulting = 0, visible = 0, type = 3, value = 0
    // input[4]: defaulting = 1, visible = 0, type = 29, value = 1
    // input[5]: defaulting = 1, visible = 0, type = 29, value = 0
    // output[1]: visible = 1, type = 29, value = 0
    // page group: Windows
    // toggle : 0
    //
    //
    // node Transmitter[2]: x = 343, y = 530, inputs = 1, label = rightData
    // page group: Data
    //
rightData = main_Collect_2_out_1;
    //
    // node Receiver[4]: x = 499, y = 245, inputs = 1, label = rightData
    // page group: Windows
    //
main_Receiver_4_out_1[cache: 0] = rightData;
    //
    // node Selector[3]: x = 595, y = 255, inputs = 7, label = Selector
    // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_3"
    // input[2]: defaulting = 0, visible = 0, type = 32, value = "rotate"
    // input[3]: defaulting = 0, visible = 0, type = 29, value = 0
    // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "pan" 
"rotate" "zoom" }
    // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 2 }
    // output[1]: visible = 1, type = 29, value = 0
    // output[2]: visible = 1, type = 32, value = "rotate"
    // page group: Windows
    //
    //
    // node SuperviseState[2]: x = 397, y = 361, inputs = 9, label = 
SuperviseState
    // input[5]: defaulting = 0, visible = 1, type = 3, value = 1
    // page group: Windows
    //
main_SuperviseState_2_out_1,
main_SuperviseState_2_out_2,
main_SuperviseState_2_out_3,
main_SuperviseState_2_out_4 =
    SuperviseState(
    main_SuperviseWindow_3_out_1,
    main_Receiver_1_out_1,
    main_Reset_2_out_1,
    main_Receiver_4_out_1,
    main_SuperviseState_2_in_5,
    main_SuperviseState_2_in_6,
    main_SuperviseWindow_3_out_3,
    main_Selector_3_out_1,
    main_SuperviseState_2_in_9
    ) [instance: 2, cache: 1];
    //
    // node Selector[1]: x = 16, y = 357, inputs = 7, label = Selector
    // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_1"
    // input[2]: defaulting = 0, visible = 0, type = 32, value = "software"
    // input[3]: defaulting = 0, visible = 0, type = 29, value = 1
    // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { 
"software" "hardware" }
    // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 }
    // output[1]: visible = 1, type = 29, value = 1
    // output[2]: visible = 1, type = 32, value = "software"
    // page group: Windows
    //
    //
    // node Options[2]: x = 341, y = 470, inputs = 3, label = Options
    // input[2]: defaulting = 0, visible = 1, type = 32, value = "rendering 
mode"
    // page group: Windows
    //
main_Options_2_out_1 =
    Options(
    main_SuperviseState_2_out_1,
    main_Options_2_in_2,
    main_Selector_1_out_2
    ) [instance: 2, cache: 1];
    //
    // node Display[6]: x = 462, y = 528, inputs = 8, label = Display
    // input[3]: visible = 1
    // page group: Windows
    // depth: value = 24
    //
main_Display_6_out_1[cache: 2] =
    Display(
    main_Options_2_out_1,
    main_SuperviseState_2_out_2,
    main_SuperviseState_2_out_3,
    main_Display_6_in_4,
    main_Display_6_in_5,
    main_Display_6_in_6,
    main_Display_6_in_7,
    main_Display_6_in_8
    ) [instance: 6, cache: 1];
    //
    // node SuperviseWindow[2]: x = 81, y = 158, inputs = 11, label = 
SuperviseWindow
    // input[3]: defaulting = 0, visible = 1, type = 8, value = [256, 256]
    // input[4]: defaulting = 0, visible = 1, type = 8, value = [0, 0]
    // page group: Windows
    //
main_SuperviseWindow_2_out_1,
main_SuperviseWindow_2_out_2,
main_SuperviseWindow_2_out_3 =
    SuperviseWindow(
    main_SuperviseWindow_2_in_1,
    main_SuperviseWindow_2_in_2,
    main_SuperviseWindow_2_in_3,
    main_SuperviseWindow_2_in_4,
    main_SuperviseWindow_1_out_1,
    main_SuperviseWindow_2_in_6,
    main_SuperviseWindow_2_in_7,
    main_SuperviseWindow_2_in_8,
    main_SuperviseWindow_2_in_9,
    main_SuperviseWindow_2_in_10,
    main_SuperviseWindow_2_in_11
    ) [instance: 2, cache: 1];
    //
    // node Reset[1]: x = 154, y = 239, inputs = 6, label = Reset
    // input[1]: defaulting = 0, visible = 0, type = 32, value = 
"main_Reset_1_out_1"
    // input[2]: defaulting = 0, visible = 0, type = 29, value = 0
    // input[3]: defaulting = 0, visible = 0, type = 3, value = 0
    // input[4]: defaulting = 1, visible = 0, type = 29, value = 1
    // input[5]: defaulting = 1, visible = 0, type = 29, value = 0
    // output[1]: visible = 1, type = 29, value = 0
    // page group: Windows
    // toggle : 0
    //
    //
    // node Transmitter[1]: x = 116, y = 526, inputs = 1, label = leftData
    // page group: Data
    //
leftData = main_Collect_1_out_1;
    //
    // node Receiver[2]: x = 224, y = 244, inputs = 1, label = leftData
    // page group: Windows
    //
main_Receiver_2_out_1[cache: 0] = leftData;
    //
    // node Selector[2]: x = 343, y = 241, inputs = 7, label = Selector
    // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_2"
    // input[2]: defaulting = 0, visible = 0, type = 32, value = "rotate"
    // input[3]: defaulting = 0, visible = 0, type = 29, value = 0
    // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "pan" 
"zoom" "rotate" }
    // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 0 }
    // output[1]: visible = 1, type = 29, value = 0
    // output[2]: visible = 1, type = 32, value = "rotate"
    // page group: Windows
    //
    //
    // node SuperviseState[1]: x = 125, y = 346, inputs = 9, label = 
SuperviseState
    // input[5]: defaulting = 0, visible = 1, type = 3, value = 1
    // page group: Windows
    //
main_SuperviseState_1_out_1,
main_SuperviseState_1_out_2,
main_SuperviseState_1_out_3,
main_SuperviseState_1_out_4 =
    SuperviseState(
    main_SuperviseWindow_2_out_1,
    main_Receiver_1_out_1,
    main_Reset_1_out_1,
    main_Receiver_2_out_1,
    main_SuperviseState_1_in_5,
    main_SuperviseState_1_in_6,
    main_SuperviseWindow_2_out_3,
    main_Selector_2_out_1,
    main_SuperviseState_1_in_9
    ) [instance: 1, cache: 1];
    //
    // node Options[1]: x = 131, y = 453, inputs = 3, label = Options
    // input[2]: defaulting = 0, visible = 1, type = 32, value = "rendering 
mode"
    // page group: Windows
    //
main_Options_1_out_1 =
    Options(
    main_SuperviseState_1_out_1,
    main_Options_1_in_2,
    main_Selector_1_out_2
    ) [instance: 1, cache: 1];
    //
    // node Display[7]: x = 204, y = 533, inputs = 8, label = Display
    // input[3]: visible = 1
    // page group: Windows
    // depth: value = 24
    //
main_Display_7_out_1[cache: 2] =
    Display(
    main_Options_1_out_1,
    main_SuperviseState_1_out_2,
    main_SuperviseState_1_out_3,
    main_Display_7_in_4,
    main_Display_7_in_5,
    main_Display_7_in_6,
    main_Display_7_in_7,
    main_Display_7_in_8
    ) [instance: 7, cache: 1];
// network: end of macro body
}
main_Construct_1_in_1 = {[-1 -1 -1]};
main_Construct_1_in_2 = {[.1 .1 .1]};
main_Construct_1_in_3 = [21 21 21];
main_Construct_1_in_4 = NULL;
main_Construct_1_out_1 = NULL;
main_Replace_1_in_3 = "positions";
main_Replace_1_in_4 = NULL;
main_Replace_1_out_1 = NULL;
main_Compute_1_in_1 = "mag(abs($0)-[0.5,0.5,0.5])";
main_Compute_1_out_1 = NULL;
main_ShowBox_1_out_1 = NULL;
main_AutoCamera_1_in_2 = NULL;
main_AutoCamera_1_in_3 = NULL;
main_AutoCamera_1_in_4 = 256;
main_AutoCamera_1_in_5 = 1.0;
main_AutoCamera_1_in_6 = NULL;
main_AutoCamera_1_in_7 = NULL;
main_AutoCamera_1_in_8 = NULL;
main_AutoCamera_1_in_9 = NULL;
main_AutoCamera_1_out_1 = NULL;
main_Isosurface_1_in_2 = NULL;
main_Isosurface_1_in_3 = 2;
main_Isosurface_1_in_4 = NULL;
main_Isosurface_1_in_5 = NULL;
main_Isosurface_1_in_6 = 1;
main_Isosurface_1_out_1 = NULL;
main_AutoColor_1_in_2 = NULL;
main_AutoColor_1_in_3 = NULL;
main_AutoColor_1_in_4 = NULL;
main_AutoColor_1_in_5 = NULL;
main_AutoColor_1_in_6 = NULL;
main_AutoColor_1_in_8 = NULL;
main_AutoColor_1_in_9 = NULL;
main_AutoColor_1_in_10 = NULL;
main_AutoColor_1_out_1 = NULL;
main_MapToPlane_1_in_2 = NULL;
main_MapToPlane_1_in_3 = NULL;
main_MapToPlane_1_out_1 = NULL;
main_AutoColor_2_in_2 = NULL;
main_AutoColor_2_in_3 = NULL;
main_AutoColor_2_in_4 = NULL;
main_AutoColor_2_in_5 = NULL;
main_AutoColor_2_in_6 = NULL;
main_AutoColor_2_in_8 = NULL;
main_AutoColor_2_in_9 = NULL;
main_AutoColor_2_in_10 = NULL;
main_AutoColor_2_out_1 = NULL;
main_Collect_1_out_1 = NULL;
main_Collect_2_out_1 = NULL;
main_SuperviseWindow_1_in_1 = "Combined";
main_SuperviseWindow_1_in_2 = NULL;
main_SuperviseWindow_1_in_3 = [512, 256];
main_SuperviseWindow_1_in_4 = NULL;
main_SuperviseWindow_1_in_5 = NULL;
main_SuperviseWindow_1_in_6 = NULL;
main_SuperviseWindow_1_in_7 = NULL;
main_SuperviseWindow_1_in_8 = NULL;
main_SuperviseWindow_1_in_9 = NULL;
main_SuperviseWindow_1_in_10 = NULL;
main_SuperviseWindow_1_in_11 = NULL;
main_SuperviseWindow_1_out_1 = NULL;
main_SuperviseWindow_3_in_1 = NULL;
main_SuperviseWindow_3_in_2 = NULL;
main_SuperviseWindow_3_in_3 = [256, 256];
main_SuperviseWindow_3_in_4 = [256, 0];
main_SuperviseWindow_3_in_6 = NULL;
main_SuperviseWindow_3_in_7 = NULL;
main_SuperviseWindow_3_in_8 = NULL;
main_SuperviseWindow_3_in_9 = NULL;
main_SuperviseWindow_3_in_10 = NULL;
main_SuperviseWindow_3_in_11 = NULL;
main_SuperviseWindow_3_out_1 = NULL;
main_SuperviseWindow_3_out_3 = NULL;
main_Transmitter_3_out_1 = NULL;
main_Receiver_1_out_1 = NULL;
main_Reset_2_in_1 = "main_Reset_2_out_1";
main_Reset_2_in_2 = 0;
main_Reset_2_in_3 = 0;
main_Reset_2_in_4 = NULL;
main_Reset_2_in_5 = NULL;
main_Reset_2_in_6 = NULL;
main_Reset_2_out_1 = 0;
main_Transmitter_2_out_1 = NULL;
main_Receiver_4_out_1 = NULL;
main_Selector_3_in_1 = "Selector_3";
main_Selector_3_in_2 = "rotate" ;
main_Selector_3_in_3 = 0 ;
main_Selector_3_in_4 = NULL;
main_Selector_3_in_5 = NULL;
main_Selector_3_in_6 = NULL;
main_Selector_3_in_7 = NULL;
main_Selector_3_out_1 = 0 ;
main_SuperviseState_2_in_5 = 1;
main_SuperviseState_2_in_6 = NULL;
main_SuperviseState_2_in_9 = NULL;
main_SuperviseState_2_out_1 = NULL;
main_SuperviseState_2_out_2 = NULL;
main_SuperviseState_2_out_3 = NULL;
main_Selector_1_in_1 = "Selector_1";
main_Selector_1_in_2 = "software" ;
main_Selector_1_in_3 = 1 ;
main_Selector_1_in_4 = NULL;
main_Selector_1_in_5 = NULL;
main_Selector_1_in_6 = NULL;
main_Selector_1_in_7 = NULL;
main_Selector_1_out_2 = "software" ;
main_Options_2_in_2 = "rendering mode";
main_Options_2_out_1 = NULL;
main_Display_6_in_4 = NULL;
main_Display_6_in_5 = NULL;
main_Display_6_in_6 = NULL;
main_Display_6_in_7 = NULL;
main_Display_6_in_8 = NULL;
main_SuperviseWindow_2_in_1 = NULL;
main_SuperviseWindow_2_in_2 = NULL;
main_SuperviseWindow_2_in_3 = [256, 256];
main_SuperviseWindow_2_in_4 = [0, 0];
main_SuperviseWindow_2_in_6 = NULL;
main_SuperviseWindow_2_in_7 = NULL;
main_SuperviseWindow_2_in_8 = NULL;
main_SuperviseWindow_2_in_9 = NULL;
main_SuperviseWindow_2_in_10 = NULL;
main_SuperviseWindow_2_in_11 = NULL;
main_SuperviseWindow_2_out_1 = NULL;
main_SuperviseWindow_2_out_3 = NULL;
main_Reset_1_in_1 = "main_Reset_1_out_1";
main_Reset_1_in_2 = 0;
main_Reset_1_in_3 = 0;
main_Reset_1_in_4 = NULL;
main_Reset_1_in_5 = NULL;
main_Reset_1_in_6 = NULL;
main_Reset_1_out_1 = 0;
main_Transmitter_1_out_1 = NULL;
main_Receiver_2_out_1 = NULL;
main_Selector_2_in_1 = "Selector_2";
main_Selector_2_in_2 = "rotate" ;
main_Selector_2_in_3 = 0 ;
main_Selector_2_in_4 = NULL;
main_Selector_2_in_5 = NULL;
main_Selector_2_in_6 = NULL;
main_Selector_2_in_7 = NULL;
main_Selector_2_out_1 = 0 ;
main_SuperviseState_1_in_5 = 1;
main_SuperviseState_1_in_6 = NULL;
main_SuperviseState_1_in_9 = NULL;
main_SuperviseState_1_out_1 = NULL;
main_SuperviseState_1_out_2 = NULL;
main_SuperviseState_1_out_3 = NULL;
main_Options_1_in_2 = "rendering mode";
main_Options_1_out_1 = NULL;
main_Display_7_in_4 = NULL;
main_Display_7_in_5 = NULL;
main_Display_7_in_6 = NULL;
main_Display_7_in_7 = NULL;
main_Display_7_in_8 = NULL;
Executive("product version 4 1 1");
$sync
main();

Reply via email to