You can use cookies to store the window's settings by changing the script statement of your site in the following way:

<SCRIPT>
WinLIKE.cookie.Active=true; //<-- insert this line (before function mydefs!).
WinLIKE.definewindows=mydefs;
function mydefs() {
...
}
</SCRIPT>

This site was changed in this way. Move this window and create some new windows. Now close the browser and reload the site. The former window settings will be applied.
You can delete the WinLIKE cookie with the function WinLIKE.reset():