Hi crocky,
actually you can just copy the sourcecode from the webpage where the menu is. It is hard coded and *cough* not very good. Every menu-entry (AZ, ZA, Newest etc) is a html-form with an onsubmit event, if the link is clicked.
Just in case, you are wondering, why this looks so complicated: The request has to be done as POST so, you cannot just click a link (which would be a GET-request).
Cheers
Yosh
OH, I forgot: I am working on a styling-template demo, where the menu will be in; but it still needs some improvements... so stay tuned
