That menu wasn't really designed to do all that. If you want that sort of functionality try:
HV Menu v5.5
You can get the Anylink Menu to open links in a target frame (simply by using the target attribute in its links' tags*) but, dropping down, or over, across frames is beyond its design capabilities.
*ex:
Code:
//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="http://www.javascriptkit.com" target="main">JavaScript Kit</a>'
Added Later:
You can drop down or across an iframe using Anylink Menu but, Anylink cannot be in an iframe. That would mean abandoning your frameset and substituting a suitable iframes setup.
Bookmarks