|  |  | 
      Return to FAQ FAQ 
 Q: Is it possible to create multiple menus on a page?
 A: Yes, it is.
 Every new menu is initialized by calling dm_init() function that is in the end of data.js file (contains all menu settings) by default.
If you need to create 2 menus, you should write the following html code:
 
 <script type="text/javascript" language="JavaScript1.2" src="data-menu1.js"></script>
 <script type="text/javascript" language="JavaScript1.2" src="data-menu2.js"></script>
 
 See example.
 
 Return to FAQ
 
 
 |