// autoloading signature images // define key value pairs of name of doctor and the corresponding image file // the doctor needs to be part or all of the name as pulled by the doctor eform tag // the image needs to be a signature image loaded in the OSCAR images folder // this file itself should be also loaded in the OSCAR images folder var ImgArray = [ "anonymous|BNK.png", "doctor|SignatureFile.png", "Czapski|PHC.png" ]; //important check on loaded file var stamps_loaded = true;