krist - adding submenus isn't difficult from point of javascript implementation. It's more of a problem of background implementation.
To developers: It would be great to implement menus in 2 ways -
#1 generating the whole menu with all submenus
#2 SEO way > show submenu only on a certain page when necessary (meaning that if you come to page/products/ > it will show you submenu od products)
#2 is actually deadly simple to implement considering the fact that you have already done that with 1st level menus you only have to figure out the way to mark it in a way that someone can easily create as much as 7th submenu level
To developers: It would be great to implement menus in 2 ways -
#1 generating the whole menu with all submenus
#2 SEO way > show submenu only on a certain page when necessary (meaning that if you come to page/products/ > it will show you submenu od products)
#2 is actually deadly simple to implement considering the fact that you have already done that with 1st level menus you only have to figure out the way to mark it in a way that someone can easily create as much as 7th submenu level