I found that this will work: Make a link like this in the html page
Code:
<!--5th anchor link-->
<p><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu5" data-image="http://i44.tinypic.com/2mni3yx.gif" data-overimage="http://www.dynamicdrive.com/dynamicindex1/newsover.gif"><img src="http://i44.tinypic.com/2mni3yx.gif" style="border-width:0" /></a></p>
and then in the menucontent.js you can add something like this
Code:
var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'display:none', linktarget:'_new'}
anylinkmenu5.items=[
//no comma following last entry!
]
Bookmarks