Re[3]: menu setup
2004/11/18 10:28
Viewed 15477 times
Replies: 0/0

There's another variant, if for some reason you can't add attributes on <body>.  You should be able to include the following snippet at any place in the document and it should still work fine.

<script type="text/javascript">
window.onload = function() {
DynarchMenu.setup('menuid');
};
</script>

Hope this helps.

Google