/******************************************************************** * * PhotoGrok Script * * Prompt for an ISO value. Build tree with images matching that value. * * Requires the following JavaScript filter to be set: * * ISO | JavaScript Expression | match(ISO) * **********************************************************************/ var iso = request("Enter ISO"); function match(i){ return i == iso; }