ftp://iubio.bio.indiana.edu/molbio/java/source/aimapreader.* This is a small java app that reads adobe illustrator .ai files for image map data, and produces ncsa (server) and/or html (client) image maps. The ad. ill. app can export image maps, but current version is brain dead in producing only RECT, when it should do POLYgons. Source is included if you want to twiddle it. Settings are for local use - you likely want to set the 'link=' property or command line option to something else. - Don Gilbert, July '98 P.S., the .hqx archive include Mac MRJ application stub, the .zip archvie is for command-line systems. AiMapReader [opts] [< input.file] Produce HTML imagemaps from Adobe Illustrator .ai files. a simple Java app, July 98, d.gilbert app properties or command line options: path=datapath -- path to data data=datafile data=datafile2 -- datafiles link=http://some.where.net/app? -- link href for map urls noncsa -- don't write ncsa (server) imagemap nohtml -- don't write html (client) imagemap