I forgot to add that I am using OnClick to open new browser window with the
specified width and height:
<a href="" onClick="window.open
('downloads.htm','sizechart','width=480,height=474,scrollbars=no,resizable=y
es,status=yes');">Downloads</a>
However, after browser opens that window it is possible to resize it
manually: I would like to lock it in size.