The top is its own table with a fixed width. Three Cells, Image, Text, Image.
The next table down has an interesting effect…
7 cells for the window bar, each one with a different background color and a spacer image (1x1 transparent gif set to different widths). a ten pixel cell for the white border around the “window” content. The content cell itself. Ten pixel border, then a copy of the same 7 cells from the beginning.
Third table…
One cell, one image of a specified width.
Specifying the width is the key. If you want it full screen on a web site at 800x600 just set your table width to 770. With this, it won’t resize horizontally, but it will resize vertically no matter how much content is in it.
Cool effect though. If you find an effect that you like, just copy the code. Nobody except really big corporations get mad when you copy their code… usually I’d be flattered if someone wanted to use my code.