PRO CW_BRW_HLP

message = [$
'Control Fields:', $
'    Next:        displays the next center of the position or the next image', $
'    Previous:    displays the previous center of the position or the next image', $
'    Time:        display the position or an image at the specified time', $
'    +15°, -15°:  make a rotation of the 3d view', $
'    Max:         display the position at its maximum flux', $
'    Position n°: toggle between the different existing positions', $
'Information Fields:', $
'    EW, NS: solar coordinates (East-West, North-South) of the center at the given time', $
'    Major, minor axis, angle: parameters of the ellips' $
]

r=WIDGET_MESSAGE(message,/INFORMATION, TITLE= 'Browse Help')

END
