Function displayImage( label, location )

Description:
Displays the file at the given location in an image viewer.
Parameters:
label (String)
identifies the window in which the imag will be displayed
location (String)
image location - may be a filename or URL
Return Value (String):
short log message
Signature:
String displayImage(String, String)