Use this slightly modified version of the main script:
Attachment 2901
With it you may add a title to any or all array entries in your menucontents.js file, ex:
Code:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
["Dynamic Drive", "http://www.dynamicdrive.com/", "Dynamic Scripts and Styles!"],
["CSS Drive", "http://www.cssdrive.com/"],
["JavaScript Kit", "http://www.javascriptkit.com/"],
["Coding Forums", "http://www.codingforums.com/"],
["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]
You may still use "efc" there to indicate End For Column, or if using a title and ending the column, just add the "efc" token after the title, ex:
Code:
["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "My Title", "efc"],
Bookmarks