global num_images images
if {![info exists num_images]} {set num_images 0}

set Name [unique2 $Composite.f12]
set Parent $Name
#------------------------------------------
frame $Name -background lightgray -borderwidth 2 -height 50 -highlightbackground lightgray -relief raised -width 50
place $Name -x 136 -relx 0 -y 64 -rely 0 -width {} -relwidth 0.5 -height {} -relheight 0.5 -anchor nw

set Name $Parent.t13
#------------------------------------------
text $Name -background gray95 -font -*-fixed-bold-r-normal--13-* -foreground black -height 5 -highlightbackground lightgray -insertbackground black -selectbackground lightblue -selectforeground black -width 10 -yscrollcommand { $Parent.sb14  set}
$Name insert end {
}
pack $Name -anchor center -expand 1 -fill both -ipadx 0 -ipady 0 -padx 5 -pady 5 -side left

set Name $Parent.sb14
#------------------------------------------
scrollbar $Name -activebackground gray92 -background lightgray -command { $Parent.t13  yview} -highlightbackground lightgray -troughcolor gray92
pack $Name -anchor center -expand 0 -fill y -ipadx 0 -ipady 0 -padx 5 -pady 5 -side left
