button={ label=Help action="xtpanel -file help/startup &" }
vbox={ 
message={ value="Click to specify any of the following startup parameters" }
button={ label="action" 
 action="ASSIGN out $(out)\n `xtpanel -name ""startup action"" \
	 -file generator/action`"
}
button={ label="name" 
 action="ASSIGN out $(out)\n`xtpanel -name ""startup name"" \
	 -var varname name -file generator/valstring`"
}
button={ label="value" 
 action="ASSIGN out $(out)\n`xtpanel -name ""startup value"" \
	 -var varname value -file generator/valstring`"
}
}
message={ value="Or edit below to add new parameters or make changes" }
text={ name=out value="" editType=edit height=75 width=400 }
button={ label="Click here when done to add startup to script"
         action='echo ''startup={ $(out) \n} '' >> $fileout ' 
	 action=QUIT }
button={ label="Or click here to cancel" action=QUIT }
