Code:
Here's how to remove items;
menuItems:[
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
[""], //create header
//["", "http://www.loisimages.com", "_new"],
//["", "http://www.statestreetbluesstroll.com/","_new"],
//["", "http://www.mediajazzbynight.com/", "_new"],
//["", "http://www.dynamicdrive.com/forums", "_new"],
//["Search", "", "", 2, "no"], //create two column header w/ 2 and 1 column members, requires d_colspan:3
//["Search", "", "", 1],
//["", "http://www.google.com/", "_new", 1, "no"], //create three column row, requires d_colspan:3
//["", "http://www.yahoo.com/", "_new", 1, "no"],
//["", "http://www.altavista.com/", "_new", 1],
//["", "", ""], //create header
//["", "http://home.comcast.net/~ansiguy", "_new"],
//["", "http://home.comcast.net/~jscheuer1/side", "_new"] //no comma after last entry
and this isnt really what i was asking, i want to use this script without having to worry about it forcing the table elements like this.
Bookmarks