This demo was created to provide a working model of the Milonic Bolt-on Module openmenusbyurl.js
To implement the Milonic Bolt-on Module openmenusbyurl.js
place the call for the module after the call for your menu_data.js file. There is nothing to edit.
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data.js"></script>
<script type="text/javascript" src="openmenusbyurl.js"></script>
Directory Paths. When loading the .js file, you would adjust the paths shown in the <script> tags above, to reflect your own site's directory structure.