Synchronize two or more images when specified operations are performed

JS9.SyncImages(ops, images, opts)

Calling sequences:

    JS9.SyncImages([ops], [images], [opts])  # set up synchronization
    JS9.SyncImages(true||false)              # turn on/off synchronization
    obj = JS9.SyncImages("current")          # return current sync object

where: