Oops, I forgot to add instructions for this to the repository page.
The following text explains how to use it in the admin page under ‘settings’:
[quote:1ei7mbaq]You may add a second menu to your site. This is particularly common with magazine style layouts. For a second menu, add the following code to your theme <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu(2);} ?>. The PixoPoint CSS generator does not currently support a second menu by default, but if you do a search and replace (in a text editor) for suckerfishnav to suckerfishnav_2 in the CSS you will be able to adapt the standard CSS for the second menu.[/quote:1ei7mbaq]