Its pretty easy to put something like this in to the menuing system that is included with hobbit. You just have to modify the server/www/menu/menu_items.js file. Here's a sample from mine:<br><br>var MENU_ITEMS = [<br>    ['Views', null, null,
<br>        ['Main view', '/hobbit/bb.html', null,<br>            ['APHIS', '/hobbit/APHIS', null,<br>                ['AQAS', '/hobbit/APHIS/AQAS'],<br>                ['ALBES', '/hobbit/APHIS/ALBES'],<br>                ['EPermits', '/hobbit/APHIS/EPERMITS'],
<br>                ['NAIS', '/hobbit/APHIS/NAIS'],<br>                ['PCIT', '/hobbit/APHIS/PCIT'],<br>            ],<br>            ['CEE', '/hobbit/CEE'],<br>            ['CENS', '/hobbit/CENS'],<br>            ['CMITS', '/hobbit/CMITS'],
<br>            ['CPAIS', '/hobbit/CPAIS'],<br>            ['Dept. of Labor', '/hobbit/DOL'],<br>            ['Environment', '/hobbit/ENV'],<br>            ['ESS', '/hobbit/ESS', null,<br>                ['Active Directory', '/hobbit/ESS/ACT_DIR'],
<br>                ['AMS', '/hobbit/ESS/AMS',null,<br>                    ['PreProduction', '/hobbit/ESS/AMS/AMS_PREPROD'],<br>                    ['Production', '/hobbit/ESS/AMS/AMS_PROD'],<br>.... and on and on for a few hundred lines.
<br><br>Thanks,<br>Larry Barber<br><br><div><span class="gmail_quote">On 8/31/06, <b class="gmail_sendername">T.J. Yang</b> <<a href="mailto:tj_yang@hotmail.com">tj_yang@hotmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Following is an example borrow from ebay.<br><br><br>I can navigate different categories easily under powersports by clicking<br>"PowerSports"<br><br>Listed in category:     eBay Motors > Powersports > Scooters & Mopeds > Honda
<br><br><br>Is it possible that bbgen can generate URLs at top menu like above<br>"PowerSports" line ?<br>so page,subpage,subagent tags in bb-hosts file  can form a direct link from<br>any pages on hobbit server.
<br><br><br>tj<br><br><br>Reference:<br><a href="http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=300017045343&ih=020&sspagename=STRK%3AMEWA%3AIT">http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=300017045343&ih=020&sspagename=STRK%3AMEWA%3AIT
</a><br><br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>