Syntax
ImageElmt_SetImageFile(
[string] ElementId,
[string] File
);
Parameters
ElementId
[string] Unique identifier of the element.
File
[string] Path to the image's file to use. It can be a PNG, a JPG, a GIF or a BMP file. The path is relative to the script's "Images" sub-directory by default, to override this behavior, prefix the path with "\". Example: "\C:\directory\picture.png".
IMHO, strings must always be noted within " " or ' '. Or am I wrong?!