I don't know if this can be done but I thought this would be the best place to ask. I have the Milonic menu system and am trying to link one JS file from and external source and the other will be local. The reasoning behind me wanting to do this is my company has internet portal page, now the menu system on the top navigation is global, so its away the same but sometimes we get updates to the menu system on it like adding another link to the menu etc. The problem comes in when we have an update like this it mean all pages with the top nave JS file have to be hunted down and updated. So I wanted to link that JS file from the main page to the site im developing now then have another JS file local that would control the menus for that site specifically.
I have read through the forum and have figured out how to load up two JS files but the problem is that I need to have the menu display property set at the last menu, so its like (1,0,'') and the next one is (2,0,'') and so on. Now my menu on my page would like (7,0,'') and this works fine but when the main JS file is updated with another menu I would have to in turn goto all the pages and change the 7 to 8, is this the only way this can be done ?
I hope this want too confusing
