Ok, spotted another problem. At the end of your page, you're calling the wrong function:
Code:
<script type="text/javascript">
//anylinkcssmenu.init("menu_anchors_class") //call this function at the very *end* of the document!
anylinkcssmenu.init("menuanchorclass")
</script>
It should be:
Code:
<script type="text/javascript">
//anylinkmenu.init("menu_anchors_class") //call this function at the very *end* of the document!
anylinkmenu.init("menuanchorclass")
</script>
Not sure why you were calling "anylinkcssmenu", which belongs to a different menu.
p.s: Please try and format any code in your post using the CODE tags. It just makes it easier to read.
Bookmarks