hello,
I'm new to WB... yet i've been reading but i didn't got much success on my problem.
Say i have a menu like this:
> English
- about
- products
- solutions
- downloads [hidden]
> Portugues
- sobre
- produtos
- solucoes
- downloads [hidden]
My CSS layout has some sidebars with "boxes" and on each box i want to add content!! On each box i would like to have an header with the name of that category... example:
-x-
Downloads
-x-
bla bla bla bla
bla bla bla bla
bla bla bla bla
bla bla bla bla
-x-
I found this on the forum:
<?php show_menu2(0, SM2_ROOT, SM2_MAX, SM2_CRUMB|SM2_CURRTREE,'<h2>[menu_title]</h2>','','','',false,false); ?>
but it's not what i'm looking for!!!
Also if you can give me some more information about show_menu and Show_menu2 would be very nice!!!

thanks for your time.
Artur