var={ name=comm }
form={ name=noborder
message={ value=Hostname x=10 y=13 }
field={ name=host value="" x=120 y=10
	action="STRING -name $val -e rlogin $val"
        action="ASSIGN comm xterm $host $user" }
message={ value=Username x=10 y=53 }
field={ name=user value="" x=120 y=50 
	action="STRING -l $val"
        action="ASSIGN comm xterm $host $user" }
button={ label="Start xterm" action="$comm &" x=50 y=90 }
button={ label=Quit action=QUIT x=200 y=90 }
}
