Window Object
Properties
frames[index] - an array of frames.
frames.length - number of frames.
self - the current window.
parent - the parent window.
top - the topmost window.
Methods
alert("string") - an alert dialog.
confirm("string") - a confirm dialog.
open("URL","name") - open a new window.
close() - close this window.