A Child Window that acts as a Control Panel - a variation

<SCRIPT>

win2 = open('index.htm', 'newWin2', 'resizable=yes,scrollbar=yes');

function updateWin2(newURL) {
     win2.document.location.
href = newURL;
}

</SCRIPT>

<BODY>

<A HREF="javascript:updateWin2('part4.htm')">Table of Contents</A>
<
A HREF="javascript:updateWin2('window.htm')">Sample Chapter</A>
<
A HREF="javascript:updateWin2('index.htm')">About the Authors</A>
<
A HREF="javascript:updateWin2('notes/cp.htm')">Buy the book!</A>