Window and frame object
While Navigator can display multiple HTML pages in multiple browser windows, it can also display multiple windows within a single window by using frames
Each window object has a frame[] array property that contains references to each of the frames(if any) that the window contains
frames.length property specifies the number of frames in the array