Web Design in a Nutshell by Jennifer Niederst Here are the changes made in the 4/99 reprint: {380} Listed the parameter in the "openWin" argument list. The example used to read: function openWin() { It now reads: function openWin(URL) { {382} Listed the parameter in the "openWin" argument list. The example used to read: function openWin() { It now reads: function openWin(URL) {