By default, the jquery layout plugin has a setup where north and south panels are full width of the browser window, making the east and west panels vertically smaller as they must fit between south and north panels.
I would like to have a setup with more vertical space for side panels: north panel would be full width, but south panel would lie between east and west, shrinking in width if any of the side panels are opened. In other words, the side panels should go all the way to the bottom.
Is it possible to configure jquery layout like this? I can't find anything related in the documentation, and I'm using the largely undocumented 1.3 Release Candidate version.