Did you look at the instructions on the page? You can easily have two dropdowns on the same page!
1. Just copy and paste the HTML portion twice
2. In the second menu, change <ul id="treemenu1"> to <ul id="treemenu2">
3. In the javascript add the menu id to the menuids array, like so:
Code:
var menuids=["treemenu1","treemenu2"] //Enter id(s) of SuckerTree UL menus, separated by commas
and voila! two menus on the same page.
Like I explained to you before. Not everything is going to come premade so you can just plug and play.
Bookmarks