object-persistence

Javascript: persist window object refrence?

My javascript code open some windows trough: var win = window.open(); I store the win refernce in an array with all the other opened windows. Everything works fine, until the opener is refreshed. So what i'd like to achive is to get back all the references to the opened windows when the "master" window is loaded. To realize this i...