-----
	BINARY  .JPG JPEG * image/jpeg
	BINARY  .JPEG JPEG * image/jpeg
	BINARY  .PICT PICT * image/pict
-----
I believe that the fields are delineated as:
	<type>  <suffix>  <file type>  <creator type>  <mime type>
In this case, what should I use to accommodate VRML files?  Something like:
-----
	BINARY	.WRL VRML * world/vrml
-----
Thanks,
Jackson Sie
[email protected]