/* ReStore Stat Spot */

address spot
options results

parse arg pos"#"area

'getareaname'
cr=result

if cr~=area then do
	'arealist'
	'gotoarea 'area
end

if POS=3 then 'iconify'
If POS=1 then 'arealist'
If POS=2 then 'messagelist'
if pos=4 then 'messages'

exit