requires("1.34m"); title = "Untitled"; width=1050; height=512; Dialog.create("How many images to open?"); Dialog.addNumber("Images to open at once:", 50); Dialog.addCheckbox("Yes?", true); Dialog.show(); title = Dialog.getString(); type = Dialog.getChoice(); images= Dialog.getNumber(); choice= Dialog.getCheckbox(); if (choice==false) exit; else{ for (i=0; i