actionimage Method
Purpose:
Tells a listview object what to do when user touches a thumbnail image
Syntax:
.actionimage= "showimage"
Comments:
Example:
lisview.actionimage = "showimagelarge"
.
.
showimagelarge:
a = lisview.getFileName
lisview.showimage a
return