	The files in this archive are some of the examples from Chapter 12
of JavaScript: The Complete Reference by Thomas Powell and Fritz Schneider. For
more information see http://www.javascriptref.com. 


Filename       Page     Description
---------------------------------------------------------------------
12-384.htm     384	Using confirm dialog boxes.

12-386.htm     386	Basic use of prompt dialog boxes.

12-393.htm     393	Opening new windows with various characteristics.

12-396.htm     396	Writing to newly opened windows with document.write.

12-398.htm     398	Writing to newly opened windows with DOM methods.

12-399.htm     399	Modifying the properties of one window from another.

12-402.htm     402	Controlling one window from another (try this one
			out!)

frames.htm     408	Relationship among frame windows.
moreframes.htm		File required for frames.htm
framerelationship.htm	File required for frames.htm

stateframes.htm 409	State preservation with hidden frames.
stateframe.htm		File required by stateframes.htm
mainframe.htm		File required by stateframes.htm
mainframe2.htm		File required by stateframes.htm


The text of this example is Copyright (c) 2001 The McGraw-Hill Companies.
